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 09:12:39 -0800
On Tue, Jan 21, 2003 at 07:18:12PM -0800, Jouni Malinen wrote:
> Attached patch

Checked in.

> 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.