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 <gharris@xxxxxxxxxxxx>
Date: Tue, 5 Oct 1999 22:03:50 -0700
> 	ip.proto == "IP"

Speaking of display filters, is something such as

	ip.addr == www.sun.com

or

	tcp.port == dns

supposed to work?

If not, it probably should.