Capture filters for specific ARP
I would like to have a capture filter so that i can capture only the packets which is an ARP and a arp request for a specific host... So if i want to capture arp i can add proto arp... but if i want to match the target destination address in the arp payload how can i do that? I can see that display filter is possible with arp.dst.proto_ipv4 but what is the equivalent for capture filter?
Thanks J