wireshark_stats_conversations
Analyze network traffic conversations by protocol type. Get statistics on communication pairs from pcap files.
Instructions
[Conversations] Show communication pairs and their stats.
Args: type: Protocol type - 'eth', 'ip', 'ipv6', 'tcp', 'udp', 'sctp', 'wlan'
Returns: Conversation statistics table or JSON error
Errors: FileNotFound: pcap_file does not exist InvalidParameter: Invalid protocol type
Example: wireshark_stats_conversations("traffic.pcap", type="tcp")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ip | |
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |