get_transaction_packets
Retrieve packets belonging to a DNS, DHCP, TCP, EAPOL, or ARP exchange from a loaded Wi-Fi capture by specifying its transaction ID, stream, MAC, or IP address.
Instructions
Retrieve packets belonging to a DNS, DHCP, TCP, EAPOL, or ARP exchange.
DNS and DHCP keys may be decimal or 0x-prefixed transaction IDs; TCP
uses a stream number. Because EAPOL and ARP lack a universal transaction
number, their keys are a client MAC and IPv4 protocol address respectively.
Args: capture_id: ID of a currently loaded capture. transaction_type: One of dns, dhcp, tcp, eapol, or arp. transaction_key: Protocol-specific ID, stream, MAC, or IPv4 address. limit: Maximum results to return, from 1 through 1000.
Returns: Normalized transaction type and key, generated display filter, packet count, truncation flag, and matching packet summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| capture_id | Yes | ||
| transaction_key | Yes | ||
| transaction_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||