Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 54c966b: dot11decrypt: Create RC4 decryption and key

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 09 Nov 2018 05:51:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=54c966b986ddc9b054436010606e29c4304a968e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

54c966b by Mikael Kanstrup (mikael.kanstrup@xxxxxxxx):

    dot11decrypt: Create RC4 decryption and key copy helper functions
    
    In preparation for decrypting and dissecting EAPOL keydata in
    ieee80211 dissector move the RC4 decryption and key copy into
    separate helper functions.
    
    Change-Id: I13f3e981038f48526032e263b6eb3c9e3496abbe
    Reviewed-on: https://code.wireshark.org/review/30546
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8c9f09b   macos-setup.sh: Remove unused variables and code.
     add  54c966b   dot11decrypt: Create RC4 decryption and key copy helper functions


Summary of changes:
 epan/crypt/dot11decrypt.c          | 104 +++++++++++++++++++++----------------
 epan/crypt/dot11decrypt_rijndael.c |   2 +-
 epan/crypt/dot11decrypt_rijndael.h |   2 +-
 3 files changed, 62 insertions(+), 46 deletions(-)