Ethereal-dev: Re: [Ethereal-dev] Bug in packet_bpdu.c

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Wed, 30 Apr 2003 11:56:32 -0700
On Wed, Apr 30, 2003 at 06:44:08AM -0700, Kaloian Stoilov wrote:
> I got the version 0.9.11 and it seems that in packet_bpdu.c you have
> some bugs.  In msti instances flags are wrong.

Presumably by "wrong" you mean "not present as individual flags in the
protocol tree" - it's not that they were incorrectly put into the
protocol tree, they weren't put into the protocol tree at all as
individual flags, just as a collective flags value.

> So I think that the code below will fix them

Checked in (although it would've been easier if it had been submitted as
"diff -c" or "diff -u" output).