wireshark/wsutil
Chris Maynard 6a1bd211fd Trivial: Fix typo.
svn path=/trunk/; revision=52101
2013-09-16 16:49:17 +00:00
..
CMakeLists.txt From Jiri Engelthaler via 2013-08-26 16:23:55 +00:00
Makefile.am Keep checkAPIs happy (even though it's just test code). Get that test code 2013-08-02 02:34:13 +00:00
Makefile.common From Jiri Engelthaler via 2013-08-26 16:23:55 +00:00
Makefile.nmake Link wsutil with gnutls on Windows too. 2013-08-02 01:11:08 +00:00
aes.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
aes.h Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
airpdcap_wep.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
crash_info.c Add some comments to #else and #endif to make it clearer what's going 2013-05-10 02:41:22 +00:00
crash_info.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc6.c From Anders: 2013-06-19 22:28:58 +00:00
crc6.h From Anders: 2013-06-19 22:28:58 +00:00
crc7.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
crc7.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc8.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
crc8.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc10.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
crc10.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc11.c Include <wsutil/crc11.h> so that we check whether the prototypes therein 2012-12-21 01:57:03 +00:00
crc11.h Add a few of our headers to code generated by pycrc (their faq says we can do 2013-06-20 16:54:13 +00:00
crc16-plain.c Add a few of our headers to code generated by pycrc (their faq says we can do 2013-06-20 16:54:13 +00:00
crc16-plain.h Add a few of our headers to code generated by pycrc (their faq says we can do 2013-06-20 16:54:13 +00:00
crc16.c openSAFETY: CRC Maintenance, new CRC, new expert interface implemented. Bug 8847 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8847) 2013-06-26 12:11:08 +00:00
crc16.h Fix (-W)documentation error found by Clang 2013-08-10 21:27:34 +00:00
crc32.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
crc32.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crcdrm.c Update FSF address - part II. 2012-06-28 23:18:38 +00:00
crcdrm.h Export libwsutil symbols using WS_DLL_PUBLIC define 2013-02-28 14:09:46 +00:00
des.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
des.h Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
eax.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
eax.h Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
file_util.c Trivial: Fix typo. 2013-09-16 16:49:17 +00:00
file_util.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
g711.c Move u3.{h,c} and g711.{h,c} into wsutil. 2013-07-16 02:04:55 +00:00
g711.h Move u3.{h,c} and g711.{h,c} into wsutil. 2013-07-16 02:04:55 +00:00
inet_aton.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
inet_aton.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
inet_ntop.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
inet_pton.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
inet_v6defs.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
md4.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
md4.h Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
md5.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
md5.h Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
mpeg-audio.c replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned int" instead. 2013-01-04 05:22:43 +00:00
mpeg-audio.h From beroset: 2013-03-03 17:14:19 +00:00
nstime.c Move a couple of time-related modules into wsutil. 2013-06-25 22:02:20 +00:00
nstime.h Move a couple of time-related modules into wsutil. 2013-06-25 22:02:20 +00:00
pint.h Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
privileges.c Squelch some cast-discard warnings. 2012-12-21 00:53:30 +00:00
privileges.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
rc4.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
rc4.h Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
report_err.c Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific there and moving it avoids having to recompile the file for use in editcap and capinfos (which don't link against libwireshark). 2013-07-15 02:48:26 +00:00
report_err.h Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific there and moving it avoids having to recompile the file for use in editcap and capinfos (which don't link against libwireshark). 2013-07-15 02:48:26 +00:00
sha1.c Keep checkAPIs happy (even though it's just test code). Get that test code 2013-08-02 02:34:13 +00:00
sha1.h Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
str_util.c Define certain 'const char *...' arrays as static. 2013-07-01 15:41:05 +00:00
str_util.h Fix (-W)documentation error found by Clang 2013-08-10 21:27:42 +00:00
strnatcmp.c Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specific 2013-07-16 01:16:50 +00:00
strnatcmp.h Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specific 2013-07-16 01:16:50 +00:00
strncasecmp.c Fix another dozen or so files with bad FSF addresses as caught by licensecheck. 2013-04-16 00:00:09 +00:00
strptime.c Fix another dozen or so files with bad FSF addresses as caught by licensecheck. 2013-04-16 00:00:09 +00:00
strptime.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
swar.c From Jiri Engelthaler via 2013-08-26 16:23:55 +00:00
swar.h From Jiri Engelthaler via 2013-08-26 16:23:55 +00:00
tempfile.c Move tempfile.{h,c} into wsutil. 2013-06-26 01:14:35 +00:00
tempfile.h Move tempfile.{h,c} into wsutil. 2013-06-26 01:14:35 +00:00
type_util.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
type_util.h Export libwsutil symbols using WS_DLL_PUBLIC define 2013-02-28 14:09:46 +00:00
u3.c Move u3.{h,c} and g711.{h,c} into wsutil. 2013-07-16 02:04:55 +00:00
u3.h Move u3.{h,c} and g711.{h,c} into wsutil. 2013-07-16 02:04:55 +00:00
unicode-utils.c Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
unicode-utils.h Export libwsutil symbols using WS_DLL_PUBLIC define 2013-02-28 14:09:46 +00:00
wsgcrypt.h Use pragma diagnostic also when compiling with clang. 2013-03-14 08:42:51 +00:00
wsgetopt.c make getopt_long() available on systems that don't have it natively 2013-07-16 20:15:02 +00:00
wsgetopt.h make getopt_long() available on systems that don't have it natively 2013-07-16 20:15:02 +00:00
wsgetopt_int.h Fix another dozen or so files with bad FSF addresses as caught by licensecheck. 2013-04-16 00:00:09 +00:00