wireshark_list_ips
Extract all unique source, destination, or both IP addresses from a pcap file for network analysis.
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
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | both | |
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |