wireshark_plot_traffic
Generate an ASCII bar chart of network traffic volume from a pcap file to identify spikes, DDoS start times, or silence patterns.
Instructions
[Visualization] Generate an ASCII bar chart of traffic volume (I/O Graph). Useful for identifying traffic spikes, DDoS start times, or silence patterns.
Args: pcap_file: Path to pcap file interval: Time interval bucket in seconds (default: 1)
Returns: String containing the ASCII chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | ||
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |