wireshark_stats_protocol_hierarchy
Analyze network traffic by extracting protocol distribution statistics from PCAP files to identify communication patterns and protocol usage.
Instructions
[PHS] Get Protocol Hierarchy Statistics. Shows distribution of protocols in the capture.
Returns: Tree-structured protocol statistics or JSON error
Errors: FileNotFound: pcap_file does not exist
Example: wireshark_stats_protocol_hierarchy("traffic.pcap")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes |