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: alok <alokdube@xxxxxxxxxx>
Date: Tue, 10 May 2005 16:04:53 +0530
How about a cheap check in file.c

int
filter_packets(capture_file *cf, gchar *dftext)
{
 dfilter_t *dfcode;

/*  fprintf (stderr,"inside filter_packets %s \n", dftext);*/

to substitute "ip.addr!=(.*)" with "!(ip.addr==(.*))" sorts?

-Alok