wireshark_stats_io_graph
Analyze network traffic volume over time from PCAP files to identify patterns and anomalies in data flow.
Instructions
[I/O Graph] Traffic volume over time.
Args: interval: Time interval in seconds (default: 1)
Returns: Time-series traffic statistics or JSON error
Errors: FileNotFound: pcap_file does not exist
Example: wireshark_stats_io_graph("traffic.pcap", interval=5)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes | ||
| interval | No |