Wireshark-commits: [Wireshark-commits] master ec33c3d: Support the bandwidth and "short GI" fields
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ec33c3dfe7d8d50e7be2753f37bbaf236ce41793
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ec33c3d by Guy Harris (guy@xxxxxxxxxxxx):
Support the bandwidth and "short GI" fields from Peek tagged files.
Add a number of fields corresponding to components of the radiotap MCS
field, add presence bits for them, and set and dissect the fields
supported by Peek tagged files.
Change-Id: I3fc801a3bc180e1c174d074a794af0f3d338f249
Reviewed-on: https://code.wireshark.org/review/4989
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from aff087a Handle the MCS index in Peek tagged files.
adds ec33c3d Support the bandwidth and "short GI" fields from Peek tagged files.
Summary of changes:
epan/dissectors/packet-ieee80211-radio.c | 52 +++++++++++++++++++++++-------
wiretap/peektagged.c | 49 ++++++++++++++++++++++++++++
wiretap/wtap.h | 35 +++++++++++++++-----
3 files changed, 116 insertions(+), 20 deletions(-)