wireshark/epan/crypt
Guy Harris 6327554e6c Check the GLib version number, not the GTK+ version number; it's GLib we
care about, and this code doesn't use GTK+, so it doesn't include any
GTK+ headers and therefore doesn't get the GTK+ version number defined.

svn path=/trunk/; revision=21506
2007-04-22 18:04:52 +00:00
..
Makefile.am - Add Makefile.common to EXTRA_DIST (spotted by Christopher Maynard) 2007-03-29 07:41:54 +00:00
Makefile.common Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code. 2007-01-12 00:33:32 +00:00
Makefile.nmake add "treat warnings as errors" flag(s) 2007-03-22 22:54:00 +00:00
airpdcap.c Check the GLib version number, not the GTK+ version number; it's GLib we 2007-04-22 18:04:52 +00:00
airpdcap_ccmp.c Eliminate __inline - not all compilers support it. 2007-02-25 23:25:23 +00:00
airpdcap_debug.c Add copyright attributions and licenses. License each derived work 2007-01-12 00:54:13 +00:00
airpdcap_debug.h Add copyright attributions and licenses. License each derived work 2007-01-12 00:54:13 +00:00
airpdcap_int.h Add copyright attributions and licenses. License each derived work 2007-01-12 00:54:13 +00:00
airpdcap_interop.h ANSI C defines size_t; if we don't have that defined, we have bigger 2007-02-25 22:46:54 +00:00
airpdcap_rijndael.c delete Td4 as it is used only in rijndaelDecrypt and rijndaelDecryptRound not 2007-04-14 11:55:19 +00:00
airpdcap_rijndael.h Eliminate __inline - not all compilers support it. 2007-02-25 23:25:23 +00:00
airpdcap_system.h Add support for "wildcard" WPA keys in the form "wpa:passphrase" (note 2007-01-26 21:54:59 +00:00
airpdcap_tkip.c Eliminate __inline - not all compilers support it. 2007-02-25 23:25:23 +00:00
airpdcap_user.h Add support for "wildcard" WPA keys in the form "wpa:passphrase" (note 2007-01-26 21:54:59 +00:00
airpdcap_wep.c Add copyright attributions and licenses. License each derived work 2007-01-12 00:54:13 +00:00
airpdcap_ws.h Add copyright attributions and licenses. License each derived work 2007-01-12 00:54:13 +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 Don't #define bzero and bcopy to be memset and memcpy on Windows, just use memset and memcpy instead. 2007-03-26 03:59:09 +00:00
crypt-md5.h * replaced MD5 with one that that works on my Big Endian Mac. ( taken from www.pjsip.org, which BTW took it from some other place) 2007-01-09 15:50:55 +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 Add copyright attributions and licenses. License each derived work 2007-01-12 00:54:13 +00:00