wireshark/epan/crypt
Jörg Mayer ec7380a6b1 Creatig static sublibs was not a good idea:
=========================================================================
 "du -s build" with sublibs:
 396868  build
 -----------------------------------
 "du -s build" without sublibs:
 197588  build/
 =========================================================================
 tshark with sublibs:
 -rwxr-xr-x 1 jmayer users 27399706 2009-10-11 08:39 tshark*
 -----------------------------------
 tshark without sublibs:
 -rwxr-xr-x 1 jmayer users  226748 2009-10-11 09:05 tshark*
 =========================================================================

So undo the following patches:

 ------------------------------------------------------------------------
 r30459 | krj | 2009-10-10 07:08:48 +0200 (Sa, 10 Okt 2009) | 1 line
 
 Sort subdirectories alphabetically
 ------------------------------------------------------------------------
 r30458 | krj | 2009-10-10 07:03:36 +0200 (Sa, 10 Okt 2009) | 1 line
 
 Add epan/dissectors/CMakeLists.txt which creates a static dissectors library
 ------------------------------------------------------------------------
 --> readd!! *** r30443 | krj | 2009-10-09 21:43:42 +0200 (Fr, 09 Okt 2009) | 1 line
 
 Rename DISSECTOR_ASM_UTILS to LIBWIRESHARK_ASM_FILES since these files belongs to ep
 an not dissectors
 ------------------------------------------------------------------------
 r30442 | krj | 2009-10-09 21:17:26 +0200 (Fr, 09 Okt 2009) | 1 line
 
 Add epan/ftypes/CMakeLists.txt which creates a static ftypes library
 ------------------------------------------------------------------------
 r30441 | krj | 2009-10-09 21:13:01 +0200 (Fr, 09 Okt 2009) | 1 line
 
 Add epan/dfilter/CMakeLists.txt which creates a static dfilter library
 ------------------------------------------------------------------------
 r30440 | krj | 2009-10-09 21:05:29 +0200 (Fr, 09 Okt 2009) | 1 line
 
 Add epan/crypt/CMakeLists.txt which creates a static crypt library
 ------------------------------------------------------------------------
 r30439 | krj | 2009-10-09 20:22:22 +0200 (Fr, 09 Okt 2009) | 1 line
 
 Add epan/crc/CMakeLists.txt which creates a static crc library
 ------------------------------------------------------------------------

To avoid merge problems, I needed to revert r30443 as well, will readd this
one in my next patch.

svn path=/trunk/; revision=30494
2009-10-11 07:28:26 +00:00
..
Makefile.am Add Makefile.common files for epan/dfilter and epan/ftypes. 2008-07-02 01:44:30 +00:00
Makefile.common Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 2009-07-29 10:01:14 +00:00
Makefile.nmake Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmake 2009-07-16 08:27:18 +00:00
airpdcap.c WPA decryption fix from Greg Schwendimann via bug 3890: 2009-09-10 16:50:25 +00:00
airpdcap_ccmp.c Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 2009-07-29 10:01: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 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 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-aes.c Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 2009-07-29 10:01:14 +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 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