get_client_packets
Fetches IEEE 802.11 packets matching a client MAC address in a loaded capture, returning filtered packet summaries and count.
Instructions
Retrieve IEEE 802.11 packets involving a Wi-Fi client MAC address.
The query uses wlan.addr so it matches the client in any applicable
transmitter, receiver, source, or destination address role. Hyphenated and
colon-separated MAC input is accepted and normalized.
Args:
capture_id: ID of a currently loaded capture.
client_mac: Client MAC address such as aa:bb:cc:dd:ee:ff.
limit: Maximum results to return, from 1 through 1000.
Returns: Normalized client MAC, generated display filter, packet count, truncation flag, and matching packet summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| capture_id | Yes | ||
| client_mac | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||