Wireshark-commits: [Wireshark-commits] rev 48924: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 19 Apr 2013 08:59:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48924

User: guy
Date: 2013/04/19 01:59 AM

Log:
 Don't use ENC_NA for integer fields longer than 1 byte; use
 ENC_BIG_ENDIAN or ENC_LITTLE_ENDIAN.
 
 Treat the AP PS Buffer State subfield of the QoS field the same way we
 treat other subfields in the second byte of the QoS field - show it as
 the upper 8 bits of the (shown as big-endian) QoS field.  Fix a bitmap
 while we're at it.
 
 Show the channel map as an FT_NONE - it's a structure with two bytes.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +11 -11    packet-ieee80211.c    Modified