Ethereal-dev: Re: [ethereal-dev] cvs commit: ethereal packet-aarp.c

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 6 Oct 1999 11:12:31 -0700 (PDT)
> On Tue, Oct 05, 1999 at 10:03:50PM -0700, Guy Harris wrote:
> > > 	ip.proto == "IP"
> > 
> > Speaking of display filters, is something such as
> > 
> > 	ip.addr == www.sun.com
> 
> This works.

Not when I tried it - I got

	Unable to parse filter string "ip.addr == cable19-003.gte.net"

when I tried using that filter expression on a file with packets labeled
as coming from or going to "cable19-003.gte.net"  (i.e., it should've
been able to resolve that address).