Wireshark-commits: [Wireshark-commits] master 26a1ccb: Handle the VHT flavor of the HT Control fiel
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 27 Jun 2015 07:42:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=26a1ccbc05f0dfd425393d1455cfc0de0f253f3e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

26a1ccb by Guy Harris (guy@xxxxxxxxxxxx):

    Handle the VHT flavor of the HT Control field.
    
    The low-order bit of the field indicates whether it's the HT or VHT
    version.
    
    Show subfields as part of a 32-bit bitfield; few subfields begin and end
    on a byte boundary (the Link Adaptation Control field no longer does so;
    its low-order reserved bit became the VHT flag).
    
    Update references to the 11n spec.
    
    Update a comment.
    
    Change-Id: I9fcb99a5517afb319b67d4deb2355c7cb0be73b6
    Reviewed-on: https://code.wireshark.org/review/9191
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f196061   (trivial) daap: remove if(tree) and return; at the end of a function
    adds  26a1ccb   Handle the VHT flavor of the HT Control field.


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