URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a683dd3edfd91c5d4089fcf279d23ad8560ddec0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a683dd3 by Guy Harris (guy@xxxxxxxxxxxx):
Make the data rate field float, and calculate it for 802.11n.
Bug: 10637
Change-Id: Ifd4094f308246e92500cc7149c0d42c8496fb9f4
Reviewed-on: https://code.wireshark.org/review/5005
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from cc640f0 Prohibit ctype APIs (except toupper() which is still used by file.c - make that deprecated).
adds a683dd3 Make the data rate field float, and calculate it for 802.11n.
Summary of changes:
epan/dissectors/packet-ieee80211-radio.c | 449 ++++++++++++++++++++++++++-
epan/dissectors/packet-ieee80211-radiotap.c | 398 ------------------------
epan/dissectors/packet-ieee80211.h | 8 +
3 files changed, 443 insertions(+), 412 deletions(-)