Wireshark-commits: [Wireshark-commits] rev 27550: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 26 Feb 2009 05:43:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27550

User: jake
Date: 2009/02/25 09:43 PM

Log:
 From Didier Gautheron:
 ECWmin and ECWmax in the Beacon WME Information Element are not displayed correctly.
 They appear as equal each to the other. It should be: byte2 & 0x0f, (byte2 & 0xf0) >> 4.

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