wireshark_stats_conversations
Analyze network conversations in PCAP files to identify communication pairs and their statistics for protocols like TCP, UDP, or IP.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes | ||
| type | No | ip |