Ethereal-dev: Re: [Ethereal-dev] colorized display / filter

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Wed, 20 Jun 2001 15:57:08 -0400
On Wed, Jun 20, 2001 at 12:05:52PM -0700, Guy Harris wrote:
> > I was using ethereal version 0.8.13 with color filter. Now with version 0.8.16 and .17 the color filter does not work anymore.
> > e.g. : name: CRCX 
> >          filter: frame[42]==43:52:43:58
> > 
> > The new created color filter is saved under D:\.ethereal\colorfilters.
> > 
> > What could be wrong?
> 
> I think a bug in the display filter code, fixed in 0.8.18, may be
> causing that problem.

Actually, the above display filter syntax is no longer
supported. Rather, the filter needs to be changed to:

frame[42:4] == 43:52:43:58

--gilbert