get_packet_statistics
Analyze PCAP files to get packet statistics, including counts and protocol distribution, for quick network insights.
Instructions
Get statistics about packets in a PCAP file.
Args: file_path: Path to the PCAP file
Returns: Packet statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |