Wireshark-commits: [Wireshark-commits] rev 24562: /trunk/epan/crypt/ /trunk/epan/crypt/: airpdcap.c airpdcap_system.h
From:
gerald@xxxxxxxxxxxxx
Date: Wed, 05 Mar 2008 00:57:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24562
User: gerald
Date: 2008/03/05 12:57 AM
Log:
Move the contents of AirPDcapCleanKeys() into AirPDcapInitContext()
and call AirPDcapInitContext() where we were previously calling
AirPDcapCleanKeys(). If we're resetting our keys, we should reset our
SA list and other associated data as well.
Directory: /trunk/epan/crypt/
Changes Path Action
+13 -36 airpdcap.c Modified
+1 -2 airpdcap_system.h Modified