get_conversations
Analyze PCAP files to retrieve conversation statistics for protocols like Ethernet, IP, TCP, UDP, or SCTP, returning a summary table of traffic flows.
Instructions
Get conversation statistics from a PCAP file.
Args: file_path: Path to the PCAP file protocol: Protocol to analyze - one of: eth, ip, tcp, udp, sctp (default: tcp)
Returns: Conversation statistics table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protocol | No | tcp | |
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |