wireshark_list_ips
Extract unique IP addresses from network capture files to analyze source, destination, or all traffic for network monitoring and security investigations.
Instructions
[Convenience] List all unique IP addresses in capture.
Args: type: IP type to extract - 'src', 'dst', or 'both'
Returns: Newline-separated list of unique IPs or JSON error
Example: wireshark_list_ips("traffic.pcap", type="src")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes | ||
| type | No | both |