Reputation: 43
What TCP dump filter should I use to get an ARP packet with a specific H\W address(src or dst) from a pcap dump file ?
Upvotes: 0
Views: 1321
Reputation: 6254
Try this:
"arp and ether host xx:xx:xx:xx:xx:xx"
Refer to the PCAP-FILTER man page for more information.
Upvotes: 1