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:10:13 -0700
Ulf Lamping wrote:

However, by simply looking for filter patterns like "ip.addr !=" or "!=
ip.addr" (ignoring whitespace) and show up a warning should be easy to
add by a simple strcmp().

So what patterns are we looking for? Expressions with !=? Expressions using ip.addr? Expressions using != and ip.addr? (Note that, as per my other mail, "ip.src != X" can give unexpected results if you have tunneling.)