Wireshark-commits: [Wireshark-commits] master-1.12 af50351: Fix support for decrypting 802.11 broad
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 Aug 2014 21:14:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=af503517afee18fa747ecf7276cd5fd794dd7276
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

af50351 by Dom Gifford (Dominic.Gifford@xxxxxxxxx):

    Fix support for decrypting 802.11 broadcast messages.
    
    A little bit of guess work is involved as the group key can use a
    different cipher to the pairwise key, and we are trying to do this
    purely based on the EAPOL messages with no prior knowledge of the
    associate request. We try to guess the cipher based on the lengths.
    
    Bug:8734
    Change-Id: I4c456b45939c00a9d1122406891f704fa037349c
    (cherry picked from commit 8da72cd43dcd597c9f03754831d55211a17f077c)
    Reviewed-on: https://code.wireshark.org/review/3503
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  8ecd485   Minor typo corrections
    adds  af50351   Fix support for decrypting 802.11 broadcast messages.


Summary of changes:
 epan/crypt/airpdcap.c |   77 ++++++++++++++++++++++++++++++++++---------------
 1 file changed, 54 insertions(+), 23 deletions(-)