Ethereal-users: Re: [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: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Sat, 13 Jan 2001 21:35:41 -0600
On Sat, 13 Jan 2001 19:15:18 -0800
Guy Harris <gharris@xxxxxxxxxxxx> wrote:

> On Sat, Jan 13, 2001 at 08:23:56PM -0600, Gilbert Ramirez wrote:
> > arp.src.proto == ww:xx:yy:zz
> > 
> > would work.
> 
> Nope, if you do
> 
> 	arp.src.proto == 10:120:4:178
> 
> the parser says
> 
> 	"10:120:4:178" is not a valid number.
> 

Right. The ww's and xx's and yy's and zz's in my example should be hex.

--gilbert