URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=caa63184a95bdc50fb5582f7f9f3eb4ccc0d9b77
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
caa6318 by Guy Harris (guy@xxxxxxxxxxxx):
Fix endianness.
Make the 1-byte fields little-endian (it doesn't matter, but it's more
consistent that way), and make the transmission attenuation fields
little-endian (where it *does* matter - making them big-endian was
probably a copy-and-pasteo).
Change-Id: I42d19f7ec0d066ce89dbef78d11dff900c0a6b60
Reviewed-on: https://code.wireshark.org/review/25998
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit ba58d62cd13b2dfe39d62022cc066687019685de)
Reviewed-on: https://code.wireshark.org/review/25999
Actions performed:
from 31ef857 [GSM A RR] RXLEV-SUB-SERVING-CELL displayed with wrong bitmask.
adds caa6318 Fix endianness.
Summary of changes:
epan/dissectors/packet-ieee80211-radiotap.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)