Wireshark-commits: [Wireshark-commits] master 4222603: dot11decrypt: Introduce Dot11DecryptGroupHan

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Nov 2019 08:25:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4222603a500534fd0f4333aa8c2ee47e0424c4ed
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4222603 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxx):

    dot11decrypt: Introduce Dot11DecryptGroupHandshake function
    
    Break out the group handshake parsing from Dot11DecryptScanEapolForKeys
    to a separate function. With this Dot11DecryptScanEapolForKeys logics
    is simplified to either handle 4-way handshake or group handshake
    message.
    
    Change-Id: I2714d26623812066c888f7fea4b21eb03f22e510
    Reviewed-on: https://code.wireshark.org/review/35021
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3fdabc6   dot11decrypt: Let dissector parse eapol frames
     add  4222603   dot11decrypt: Introduce Dot11DecryptGroupHandshake function


Summary of changes:
 epan/crypt/dot11decrypt.c | 103 +++++++++++++++++++++++++++++-----------------
 1 file changed, 66 insertions(+), 37 deletions(-)