get_packet_summary
Retrieve a human-readable packet summary from PCAP files, similar to Wireshark's list view, with optional display filter and packet count limit.
Instructions
Get a quick packet summary similar to Wireshark's packet list view.
Uses column fields (_ws.col.*) for human-readable output.
Args: file_path: Path to PCAP/PCAPNG file count: Maximum number of packets to show (default: 20) display_filter: Optional Wireshark display filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| count | No | ||
| display_filter | No |