URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ac96b2cebde5de03172dae89581d7980a776d9f4
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ac96b2c by Guy Harris (guy@xxxxxxxxxxxx):
The STBC subfield of the radiotap MCS field is a count, not a flag.
It's a 2-bit field that is the "number of STBC streams", according to
the radiotap Web site item for the MCS field:
http://www.radiotap.org/defined-fields/MCS
Correctly label both the FCS type and STBC stream count fields.
Change-Id: Ic49f6faec3335096c6bb8ce96ce0dec2f9342a37
Reviewed-on: https://code.wireshark.org/review/8971
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from d3c7d6e [c15ch] Trivial: Remove unneeded #include
adds ac96b2c The STBC subfield of the radiotap MCS field is a count, not a flag.
Summary of changes:
epan/dissectors/packet-ieee80211-radiotap-defs.h | 6 +++++-
epan/dissectors/packet-ieee80211-radiotap.c | 20 ++++++++++----------
2 files changed, 15 insertions(+), 11 deletions(-)