Wireshark-commits: [Wireshark-commits] master-1.12 fd87a6c: Fix dissection of control frames.

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

Commits:

fd87a6c 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: Ic2b87d5b8a830633335d07edc4432090f56960d1
    Reviewed-on: https://code.wireshark.org/review/14495
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  acf9e51   Indicate where ACAP is specified.
    adds  fd87a6c   Fix dissection of control frames.


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