Wireshark-commits: [Wireshark-commits] master 8b4ff24: ieee80211: Qos Control bit4 handling: Make t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Aug 2015 11:51:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8b4ff246b5219f481c36cb6ef865213bdb162176
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8b4ff24 by tkc (chaitanya.mgit@xxxxxxxxx):

    ieee80211: Qos Control bit4 handling: Make the default case as EOSP, to handle TDLS Packets.
    
    When parsing TDLS direct link packets the ToDS: 0 and FromDS:0
    so the wireshark treats the 4th bit in QoS Control as "bit4", but it
    should be treated as EOSP.
    
    So changed the default case to EOSP and only when TODS is set
    treat it as "bit4".
    
    Change-Id: Ie2a73320dc9921aed4547e32836e6cd7d89ef109
    Reviewed-on: https://code.wireshark.org/review/10250
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  57b2b77   cmake: rework version.h handling to treat it like config.h
    adds  8b4ff24   ieee80211: Qos Control bit4 handling: Make the default case as EOSP, to handle TDLS Packets.


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