Ethereal-dev: Re: [Ethereal-dev] ip.addr != 1.2.3.4 should work as expected

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Mon, 09 May 2005 23:13:00 -0700
John McDermott wrote:

While ip.addr != x is probably not meaningful; tcp.port != x might be (some tcp or udp protocols use the same port on both ends sometimes, perhaps).

How about ip.addr <> x to mean "neither src nor dst == x"?

Or "ip.addr <> x" means "for all instances of ip.addr, the value of the instance is not x" (and "ip.src <> x" means "for all instances of ip.src, the value of the instance is not x", etc.).