Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-users: Re: [Ethereal-users] 802.1Q and capture filters

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: Fri, 9 Aug 2002 15:25:20 -0700
On Fri, Aug 09, 2002 at 06:47:55AM -0500, McNutt, Justin M. wrote:
> I'm using Ethereal 0.9.5 on a fully-patched RedHat 7.2 system.

What does

	ethereal -h

print?

I was able to reproduce the problem when Ethereal was linked with
libpcap 0.6.2, but not when it was linked with 0.7.1 (and the version I
tried earlier was with WinPcap 2.3, which is based on libpcap 0.6.2).

In fact, this is a bug in libpcap 0.6.2, fixed in 0.7[.x].  The checkin
comment for the fix was:

	revision 1.158
	date: 2001/09/20 00:24:24;  author: fenner;  state: Exp;  lines: +7 -2
	Reset the VLAN flags when compiling a new expression.
	This allows correct compilation of multiple expressions
	 containing the "vlan" keyword in the same program.

	Reported by:    Jon Dugan <jdugan@xxxxxxxxxxxxx>, on the bro@xxxxxxx
	list