URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8fa7e2fb3468efe659bee2ea4f7eec450c6cc31d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8fa7e2f by Simon Barber (simon.barber@xxxxxxxxxx):
Refactoring: Use data bits per symbol MCS table to calculate rates and
remove redundant HT MCS/rate table. Preparation for duration calculations
that will use this data as well.
Change-Id: Iee4fb2eefb00eaa53a6368eca4ed60f705ff49df
Reviewed-on: https://code.wireshark.org/review/12856
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from ffa9e93 Refactor 802.11 radio flags.
adds 8fa7e2f Refactoring: Use data bits per symbol MCS table to calculate rates and remove redundant HT MCS/rate table. Preparation for duration calculations that will use this data as well.
Summary of changes:
debian/libwireshark0.symbols | 2 +-
epan/dissectors/packet-ieee80211-radio.c | 423 +++------------------------
epan/dissectors/packet-ieee80211-radiotap.c | 14 +-
epan/dissectors/packet-ieee80211.h | 3 +-
4 files changed, 43 insertions(+), 399 deletions(-)