wireshark_stats_endpoints
Analyze network traffic from PCAP files to list endpoints and their statistics by protocol type like TCP, UDP, or IP, helping identify communication patterns and data flows.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes | ||
| type | No | ip |