Ethereal-dev: Re: [Ethereal-dev] Re: Colour filter issue

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 8 Aug 2002 12:09:11 -0700
On Thu, Aug 08, 2002 at 01:53:54PM -0400, Mike Frisch wrote:
> On Thu, Aug 08, 2002 at 11:37:29AM -0500, Neulinger, Nathan wrote:
> > Is their only 1 status fields in the frames that you are dissecting?
> 
> In this particular case, yes.

Well, that's odd, then - I have a capture where "nfs.status == 2" finds
two packets, but

	nfs.status != 0 && nfs.status != 2

doesn't find any packets, at least with the current CVS version of
Ethereal, so either

	1) we somehow accidentally fixed the bug after the version
	   you're running

or

	2) the problem is a bit more complicated than "'nfs.status != 0
	   && nfs.status != 2' doesn't work".