http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36632
User: wmeier
Date: 2011/04/13 03:07 PM
Log:
From Solomon Peachy:Fix "Missing indication that we recognize the Radiotap MCS header field."
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5827
The radiotap header has a pile of optional fields, and uses a bitmask field to
indicate which fields are present. Wireshark marks the fields it decodes, and
then decodes the payload.
The recently-added MCS field is decoded now, but the bit is not displayed as
recognized. This was presumably an oversight, as this bit is recognized and the
field decoded properly.
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -0 packet-radiotap.c Modified