Ethereal-dev: Re: [Ethereal-dev] updated QoS patch for packet-ieee80211.c

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

From: Joe Perches <joe@xxxxxxxxxxx>
Date: Tue, 25 May 2004 16:27:35 -0700
On Tue, 2004-05-25 at 16:12, Henry Ptasinski wrote:
> +/* ************************************************************************* */
> +/*                   WME Access Category Names (by WME ACI)                  */
> +/* ************************************************************************* */
> +static const char *wme_acs[8] = {
> +	"Best Effort",
> +	"Background",
> +	"Video",
> +	"Voice",
> +};

> +                  wme_acs[(tag_val[tag_val_off] & 0x60) >> 5],

Should be wme_acs[4]