pcap_summary
Summarize a packet capture file to reveal protocol distribution, top talkers, and key statistics, enabling quick understanding without inspecting every packet.
Instructions
Get a high-level summary of a packet capture file.
Use this tool to quickly understand what's in a pcap file without reading every packet. Returns protocol breakdown, top talkers, and basic statistics.
Args: file_path: Path to the pcap or pcapng file max_packets: Maximum packets to analyze (default: 100000)
Returns: Capture summary including packet count, duration, protocols, and top talkers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| max_packets | No |