Solved FreeBSD-12.3 Find the elusive arp.duplicate-address-frame filter

I wish to use this filter. I can find references to it aplenty. But, I cannot locate the filter itself. Does anyone here have it and care to share?
 
According to the maintainer the arp.duplicate-address-frame filter is built into Wireshark. So there is not an external filter string to find. It appears that this is a display filter, which I had not realized. So, it appears that the capture filter would be something like ip to get all of them on an i/f and the display filter arp.duplicate-address-detected just shows the hits, if any. This is speculation on my part. I have not tested this yet.
 
Back
Top