Wireshark-commits: [Wireshark-commits] master-1.12 db50467: Fix bit fields definition in the "DMG C
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Jun 2014 19:08:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=db50467030fd0c1eb86a9b231e21ac74c809c175
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

db50467 by Vladimir Kondratiev (qca_vkondrat@xxxxxxxxxxxxxxxx):

    Fix bit fields definition in the "DMG Capability" IE
    
    Bits in the byte was counted wrong direction;
    bit0 should be LSB (0x01) and bit7 - MSB (0x80)
    Also, all fields are interpreted as little-endian
    
    Change-Id: I3485e8743a156e2e8cb84e726045211f1d332598
    Signed-off-by: Vladimir Kondratiev <qca_vkondrat@xxxxxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/2141
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  ed14bc8   Rename temp variables to a more human readable form
    adds  db50467   Fix bit fields definition in the "DMG Capability" IE


Summary of changes:
 epan/dissectors/packet-ieee80211.c |  219 ++++++++++++++++++------------------
 1 file changed, 112 insertions(+), 107 deletions(-)