Wireshark-commits: [Wireshark-commits] master e6d9b78: ieee80211: parse the 9th byte of the Extende

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Sep 2018 13:59:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e6d9b78402bf1f58adb5c3bd2c5b618edcf3f9af
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e6d9b78 by Emmanuel Grumbach (emmanuel.grumbach@xxxxxxxxx):

    ieee80211: parse the 9th byte of the Extended Capability as a byte
    
    Some of the bits were parsed as a bit of a WORD, and others as
    a bit of BYTE leading to a bug in the display.
    
    Bug: 15133
    Change-Id: Ie6877c4a4a79fcc802afec49436370cf22a6bfae
    Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/29633
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  35e4bbe   evs: Put CMR "rate" in Info column.
     add  e6d9b78   ieee80211: parse the 9th byte of the Extended Capability as a byte


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