Wireshark-commits: [Wireshark-commits] master-2.2 d89e7e5: Fix endianness.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Feb 2018 18:30:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d89e7e51c68f1be1051be9178937c30bda75c380
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

d89e7e5 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/26000
    

Actions performed:

    from  a2901dc   Airpdcap: Add length checks.
    adds  d89e7e5   Fix endianness.


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)