Ethereal-dev: Re: [Ethereal-dev] more frags / don't frag bits

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, 17 Jan 2002 10:54:31 -0800 (PST)
> I see. That works for me too, so no problem after all.
> But does that mean that it always matches? (ie:  ip.flags.mf )

It matches all frames that

	1) have IP data in them

and

	2) don't stop before the "flags" field

regardless of the values in the flags field, yes.