Wireshark-commits: [Wireshark-commits] master e7acb32: ieee80211: Extended Key ID support
Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 02 Nov 2019 11:41:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e7acb32a5a48d57ffd6dc17f6a9de60630f82c7e
Submitter: "Jaap Keuter <jaap.keuter@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e7acb32 by Alexander Wetzel (alexander.wetzel@xxxxxx):

    ieee80211: Extended Key ID support
    
    Support Extended Key ID for Individually Addressed Frames from
    IEEE 802.11 - 2016.
    
    Extended Key ID allows unicast (PTK) keys to also use key ID 1 and has
    an additional RSN attribute "KeyID" in EAPOL #3.
    
    Add the additional attribute KeyID to the RSN parser, stop assuming
    unicast keys are only using key ID 0 and add a test case to verify
    Extended Key ID parsing and decoding.
    
    Change-Id: I43005c74df561be5524fa3738149781f50dafa14
    Reviewed-on: https://code.wireshark.org/review/34883
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    

Actions performed:

    from  3561557   Correct JPEG file saving for french language
     add  e7acb32   ieee80211: Extended Key ID support


Summary of changes:
 epan/crypt/dot11decrypt.c                     |   7 +++----
 epan/dissectors/packet-ieee80211.c            |  27 ++++++++++++++++++++++++--
 test/captures/wpa_ptk_extended_key_id.pcap.gz | Bin 0 -> 20462 bytes
 test/suite_decryption.py                      |  25 ++++++++++++++++++++++++
 4 files changed, 53 insertions(+), 6 deletions(-)
 create mode 100644 test/captures/wpa_ptk_extended_key_id.pcap.gz