wireshark_stats_endpoints
List network endpoints and their traffic statistics from a pcap file, filtered by protocol type such as IP, TCP, or UDP.
Instructions
[Endpoints] List all endpoints and their traffic stats.
Args: type: Protocol type - 'eth', 'ip', 'ipv6', 'tcp', 'udp', 'sctp', 'wlan'
Returns: Endpoint statistics table or JSON error
Errors: FileNotFound: pcap_file does not exist InvalidParameter: Invalid protocol type
Example: wireshark_stats_endpoints("traffic.pcap", type="tcp")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ip | |
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |