wireshark_get_file_info
Extract metadata from network capture files to analyze file type, packet count, duration, and size for traffic analysis.
Instructions
Get detailed metadata about a capture file. Uses capinfos to show: file type, packet count, duration, size, etc.
Returns: Detailed file metadata or JSON error
Errors: FileNotFound: pcap_file does not exist ToolNotFound: capinfos not available
Example: wireshark_get_file_info("traffic.pcap")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes |