wireshark_plot_protocols
Generate an ASCII tree that visualizes protocol hierarchy from a pcap file, showing the distribution of protocols like HTTP and DNS to understand network traffic composition.
Instructions
[Visualization] Generate an ASCII tree of protocol hierarchy. Shows the distribution of protocols (e.g., how much is HTTP vs DNS).
Args: pcap_file: Path to pcap file
Returns: String containing the ASCII tree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |