Ethereal-dev: Re: [Ethereal-dev] Patch for IEEE 802.11g/D6.1 changes / packet-ieee80211.c

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: Wed, 22 Jan 2003 11:40:29 -0800
On Wed, Jan 22, 2003 at 09:12:39AM -0800, Guy Harris wrote:
> > In addition, it adds two new capabilities flags. These flags
> > might need some finetuning since proto_tree_add_boolean() seems to show
> > only 8 bits
> 
> That's because there's an 8 after FT_BOOLEAN in the declaration of that
> item; make it (and any other FT_BOOLEAN items in the same underlying
> field) use 16 instead.

I've checked in a change to do that (and to make the CFP participation
capabilities a bitfield as well).