Ethereal-users: [Ethereal-users] display filter for ARP

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "jspaar" <jspaar@xxxxxxxxxxxxx>
Date: Sat, 13 Jan 2001 15:09:22 -0800
I'm having trouble with a _display_ filter for ARP that looks like it
should work.
According to the ethereal manual
http://www.ethereal.com/ethereal.1.html#lbAO the sender protocol
address has a field name of "arp.src.proto".  So I think a filter
string like this should work:

        arp.src.proto eq 65.100.100.1

But I get "unable to parse filter string".

However if I have a filter string of just "arp.src.proto" with no
comparison, it does parse ok and I get a display of just the ARP
packets.  Similar trouble with "arc.src.hw".  What am I doing wrong?
I'm using version 0.8.14.1 on win98, no plugins.  [And I know I could
work around this by using byte offsets into the frame.]

Thx,
Jack