Wireshark-commits: [Wireshark-commits] master 53e8bb8: Fix dissection of control frames.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Mar 2016 19:37:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53e8bb89cd1b2558006a1b7ed44695282d6d06d3
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

53e8bb8 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix dissection of control frames.
    
    Don't conditiionalize stuff that should always be done with a test of
    whether the protocol tree is being constructed or not.
    
    Don't add an extra bogus address field to CF-End frames.
    
    Bug: 12266
    Change-Id: I0840d63480f9d7d8ffa434d984082a4a46a00d12
    Reviewed-on: https://code.wireshark.org/review/14493
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  597b227   Indicate where ACAP is specified.
    adds  53e8bb8   Fix dissection of control frames.


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