From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
To: Koneru Srikanth <kpsrikanth@xxxxxxxxx>; Community support list for Wireshark <wireshark-users@xxxxxxxxxxxxx>
Sent: Thursday, April 12, 2012 6:42 AM
Subject: Re: [Wireshark-users] filter garp packets
Hi,
Use this instead:
arp.isgratuitous == 1
(it's a hidden field *)
Thanks,
Jaap
*) It says in the source code hidden fields are poor design, since the user
cannot expect to know they are there. This is one example of it.
On 04/11/2012 10:17 PM, Koneru Srikanth wrote:
> Hi all
> garp packets are arp packets with spa=tpa
> However I cannot use that as a filter
> arp.src.proto_ipv4 == arp.dst.proto_ipv4
>
> RHS expects a hostname or ip address
> Kindly share any known method of sharing
>
> Thanks
> Srikanth KP
>