URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5efe9146d0027cd7c4828de023c4ec294b18f42d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5efe914 by Richard Sharpe (realrichardsharpe@xxxxxxxxx):
radiotap: Add support for the HE-MU header.
This adds support for the HE-MU header as recently modified. It also
handles the unknown fields correctly, and has been subjected to some
captures as well.
Change-Id: Id0c6c3b4dd0f0a91722d0a1a2c1706270862d97e
Reviewed-on: https://code.wireshark.org/review/25479
Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
Actions performed:
from 9bcedc2 ieee80211: Correct the handling of QoS Queue Size.
adds 5efe914 radiotap: Add support for the HE-MU header.
Summary of changes:
epan/dissectors/packet-ieee80211-radiotap-defs.h | 27 +-
epan/dissectors/packet-ieee80211-radiotap-iter.c | 3 +-
epan/dissectors/packet-ieee80211-radiotap.c | 353 ++++++++++++++++++++++-
3 files changed, 380 insertions(+), 3 deletions(-)