Wireshark-commits: [Wireshark-commits] master 53a3736: Fix 802.11ax fields.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 26 May 2018 19:44:00 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53a373693ccc55b6475264bd8d1fc611930d1c0f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

53a3736 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix 802.11ax fields.
    
    Fix a bunch of copy-and-pasteos, incorrectly using
    proto_tree_add_bits_item().
    
    Fix bitmaps to reflect the bit counts.
    
    Show the top-level fields with appropriate zero padding.
    
    Use the appropriate field widths and fix the bit masks.
    
    Change-Id: I8fa34246710dc835f2b30a1af94b997f4ffb10bf
    Reviewed-on: https://code.wireshark.org/review/27827
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  59b2ea5   Fix STUN-over-SSL/TLS/DTLS.
    adds  53a3736   Fix 802.11ax fields.


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