wireshark/epan/crypt
Anders Broman 639e59a9f9 From Michael Mann:
Removed "key prefix" need within GUI so it's a little more intuitive (because
that's what this bug is complaining about).  Slight backwards compatibility
issue with UAT (because key prefix was in previous keys), but all development 
(including fix for BUG 1123 that created UAT) has just been on SVN and not
released.

Also adjusted AirPCap (airpcap_loader.c) to account for the lack of "key
prefix".

Addressed some memory leaks/excess string creation.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5985

svn path=/trunk/; revision=37888
2011-07-04 14:07:20 +00:00
..
Makefile.am Oh yeah, there's a reason we don't put targets in Makefile.common: the first target in a makefile is what you get when you just run make (without a target). Revert 35073 and 35069. 2010-11-30 02:04:55 +00:00
Makefile.common Oh yeah, there's a reason we don't put targets in Makefile.common: the first target in a makefile is what you get when you just run make (without a target). Revert 35073 and 35069. 2010-11-30 02:04:55 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
airpdcap.c From Michael Mann: 2011-07-04 14:07:20 +00:00
airpdcap_ccmp.c Fix Visual C++ code analysis errors. 2011-02-16 22:57:36 +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 Doxygen changes. 2010-08-29 10:47:38 +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 Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 2009-07-29 10:01:14 +00:00
airpdcap_rijndael.h Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 2009-07-29 10:01:14 +00:00
airpdcap_system.h Fix a number of doxygen directives. 2010-08-26 15:24:49 +00:00
airpdcap_tkip.c Make some symbols static. 2010-12-06 23:20:21 +00:00
airpdcap_user.h From Michael Mann: 2011-07-04 14:07:20 +00:00
airpdcap_wep.c On Windows, try putting __declspec(noreturn) in front of declarations of 2011-02-17 23:11:49 +00:00
airpdcap_ws.h Change the BSD-licensed written by CACE to BSD+GPL. 2008-03-10 17:20:15 +00:00
crypt-aes.c Fix some compiler warnings. 2010-02-23 20:30:27 +00:00
crypt-aes.h Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 2009-07-29 10:01:14 +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 Fix some LLP64 issues. 2009-10-07 22:36:33 +00:00
crypt-md4.h Fix some LLP64 issues. 2009-10-07 22:36:33 +00:00
crypt-md5.c Clear the entire contents of ctx at the end of md5_finish(). Fixes CID 712. 2011-03-31 15:41:23 +00:00
crypt-md5.h Doxygen changes. 2010-08-29 10:47:38 +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