wireshark/epan/crypt
Gerald Combs 8ca33644e7 From Greg Schwendimann via bug 3156:
Airpdcap does not allow for more than one key to be stored for a pair of nodes.
 This means that when a device associates more than once the previous keys are
lost.  This is ok for the first pass as the newest key is all that is needed
but when the user tries to click on a packet, to get the tree, which used a
previous key all that is seen is the encrypted data.  The attached patch stores
previous associations in a linked list and will try all known keys before
decided the packet can't be decrypted.  The list of keys is garbage collected
when a new capture is started.

svn path=/trunk/; revision=28449
2009-05-22 17:38:21 +00:00
..
Makefile.am Add Makefile.common files for epan/dfilter and epan/ftypes. 2008-07-02 01:44:30 +00:00
Makefile.common Fix some of the Errors/warnings detected by checkapi. 2008-05-23 05:55:34 +00:00
Makefile.nmake Put printf into a separate "termoutput" API group. For most files, 2008-07-01 21:13:32 +00:00
airpdcap.c From Greg Schwendimann via bug 3156: 2009-05-22 17:38:21 +00:00
airpdcap_ccmp.c The 802.11 dissector calculates the header size, so pass that value to 2007-06-14 22:09:14 +00:00
airpdcap_debug.c Change the BSD-licensed written by CACE to BSD+GPL. 2008-03-10 17:20:15 +00:00
airpdcap_debug.h Add WPA group key decryption from Brian Stormont, via bug 1420: 2008-07-30 22:32:21 +00:00
airpdcap_int.h Add WPA group key decryption from Brian Stormont, via bug 1420: 2008-07-30 22:32:21 +00:00
airpdcap_interop.h Change the BSD-licensed written by CACE to BSD+GPL. 2008-03-10 17:20:15 +00:00
airpdcap_rijndael.c Fix a couple of crashes in WPA group key decryption. 2008-08-25 15:22:48 +00:00
airpdcap_rijndael.h Add WPA group key decryption from Brian Stormont, via bug 1420: 2008-07-30 22:32:21 +00:00
airpdcap_system.h From Greg Schwendimann via bug 3156: 2009-05-22 17:38:21 +00:00
airpdcap_tkip.c Add WPA group key decryption from Brian Stormont, via bug 1420: 2008-07-30 22:32:21 +00:00
airpdcap_user.h Change the BSD-licensed written by CACE to BSD+GPL. 2008-03-10 17:20:15 +00:00
airpdcap_wep.c The fix for ad-hoc WEP decryption in r21814 broke WPA. Replace it with 2007-05-20 22:40:35 +00:00
airpdcap_ws.h Change the BSD-licensed written by CACE to BSD+GPL. 2008-03-10 17:20:15 +00:00
crypt-des.c Move cryptography code to epan/crypt. 2007-01-09 22:14:07 +00:00
crypt-des.h Move cryptography code to epan/crypt. 2007-01-09 22:14:07 +00:00
crypt-md4.c Move cryptography code to epan/crypt. 2007-01-09 22:14:07 +00:00
crypt-md4.h Move cryptography code to epan/crypt. 2007-01-09 22:14:07 +00:00
crypt-md5.c Make some lengths size_t's. 2009-04-03 15:44:08 +00:00
crypt-md5.h Make some lengths size_t's. 2009-04-03 15:44:08 +00:00
crypt-rc4.c Move cryptography code to epan/crypt. 2007-01-09 22:14:07 +00:00
crypt-rc4.h Move cryptography code to epan/crypt. 2007-01-09 22:14:07 +00:00
crypt-sha1.c From: Sebastien Tandel 2007-03-16 21:22:35 +00:00
crypt-sha1.h From: Sebastien Tandel 2007-03-16 21:22:35 +00:00
wep-wpadefs.h Change the BSD-licensed written by CACE to BSD+GPL. 2008-03-10 17:20:15 +00:00