http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20572
User: gerald
Date: 2007/01/26 09:55 PM
Log:
Add support for "wildcard" WPA keys in the form "wpa:passphrase" (note
the lack of SSID). Wildcarding combines the passphrase with the last
seen SSID and attempts decryption. The last-seen stack is only one
element tall, which means it may get clobbered on busy and diverse
networks. We can expand it if needed.
Make internal functions static in airpdcap.c. Rearrange the
AIRPDCAP_KEY_ITEM struct so that the passphrase and SSID don't get
clobbered when we set our PSK.
Directory: /trunk/epan/crypt/
Changes Path Action
+180 -140 airpdcap.c Modified
+22 -0 airpdcap_system.h Modified
+19 -18 airpdcap_user.h Modified
Directory: /trunk/epan/dissectors/
Changes Path Action
+41 -40 packet-eapol.c Modified
+7 -4 packet-ieee80211.c Modified