On Sun, Apr 28, 2002 at 09:20:03PM +0200,  Marc A. Lehmann  wrote:
> This is because it expects (at least in beacon frames) that tagged
> elements have a stop marker (0xff), which the standard doesn't talk about
> (and isn't present, at least in european 802.11 frames ;)

No, I don't see anything in 802.11, 1999 edition, about information
elements in management frames with an element ID of 255, other than
saying that IE values 7-15, 17-31, and 32-255 are "Reserved".

As such, is there any reason not to get rid of the

                if (*(p + offset) == 0xff)
                        break;

test entirely?
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to