Wireshark-commits: [Wireshark-commits] master 0852b7b: EAPOL-MKA: Implement updates from IEEE stand
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 4 Apr 2017 18:11:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0852b7b57c80059b05f8f2de0ee53b563adca534
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0852b7b by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    EAPOL-MKA: Implement updates from IEEE standards
    
    Alignment with IEEE 802.1X-2010
    - Addition of Announcement
    
    Alignment with IEEE 802.1X-2010 EAPOL-MKA
    - Interpretation of algorithm agility value
    - Interpretation of confidentiality offset values
    - Interpretation of (wrong) cipher suite ID
    - Padding handling for more parameter sets
    - Improved robustness malformed frames
    - Flexible SAK size handling
    - Addition of Announcement parameter set
    - Split ICV from ICV indicator
    - Handle unknown parameter set
    
    Additions for IEEE 802.1Xbx-2014
    - Allow version 2 handling
    - Addition of XPN parameter set
    
    Change-Id: If7a36de6bb3b5148bfd1bd890e4490c045fba40d
    Reviewed-on: https://code.wireshark.org/review/20899
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2a8bcfe   White space and style cleanups.
    adds  0852b7b   EAPOL-MKA: Implement updates from IEEE standards


Summary of changes:
 epan/dissectors/packet-eapol.c |   19 +--
 epan/dissectors/packet-mka.c   |  319 +++++++++++++++++++++++++++++++---------
 2 files changed, 263 insertions(+), 75 deletions(-)