wireshark_detect_arp_spoofing
Analyze a pcap file to detect ARP spoofing threats including duplicate IP-MAC pairs, gratuitous ARP floods, and reply storms.
Instructions
[ARP] Detect potential ARP spoofing (duplicate IP-MAC, gratuitous floods, reply storms).
Args: pcap_file: Path to capture file
Returns: ARP analysis results or JSON error
Example: wireshark_detect_arp_spoofing("lan_traffic.pcap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |