URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=08e15a8f43200c76ee45bc20000d5b8d6679ae1f
Submitter: Guy Harris (g...@alum.mit.edu)
Changed: branch: master
Repository: wireshark

Commits:

08e15a8 by Guy Harris (g...@alum.mit.edu):

    Don't assume we have a protocol tree.
    
    In the association_sanity_check_t structure:
    
    Have separate flags to indicate whether we *have* an IE specifying an
    FT AKM suite and whether we *have* an IE specifying a non-FT AKM suite.
    Use those to decide whether to add an expert info, so we add it
    regardless of whether we are building a protocol tree or not.
    
    Set the protocol tree item for the first FT AKM suite and the first
    non-FT AKM suite only if we have a protocol tree.
    
    Bug: 13149
    Change-Id: I16a3194017b34d8d2c9128364c2761d1c202969d
    Reviewed-on: https://code.wireshark.org/review/18863
    Reviewed-by: Guy Harris <g...@alum.mit.edu>
    

Actions performed:

    from  50515b9   ieee80211: warn about FT AKM suite mismatches
    adds  08e15a8   Don't assume we have a protocol tree.


Summary of changes:
 epan/dissectors/packet-ieee80211.c |   12 +++++++-----
 epan/dissectors/packet-ieee80211.h |    4 +++-
 2 files changed, 10 insertions(+), 6 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to