wireshark/wsutil
Guy Harris 570a36436c Consistently use "guint8" for "8-bit byte".
Constify.

For routines that manipulate sequences of 8-bit bytes, have them take
guint8 pointers rather than void pointers.

Don't cast away constness.

svn path=/trunk/; revision=54795
2014-01-14 18:03:54 +00:00
..
CMakeLists.txt Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate" 2014-01-07 22:17:32 +00:00
Makefile.am Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate" 2014-01-07 22:17:32 +00:00
Makefile.common Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate" 2014-01-07 22:17:32 +00:00
Makefile.nmake Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate" 2014-01-07 22:17:32 +00:00
adler32.c Correct include path. 2013-11-09 14:04:52 +00:00
adler32.h Remove comment (leftovers from r49444) + add missing WS_DLL_PUBLIC for adler32 2013-11-09 14:19:19 +00:00
aes.c
aes.h
airpdcap_wep.c
base64.c Move epan/base64.[ch] to wsutil/ with function name change. 2013-12-21 14:38:51 +00:00
base64.h Move epan/base64.[ch] to wsutil/ with function name change. 2013-12-21 14:38:51 +00:00
bits_count_ones.h Rename swar_count_bits() to ws_count_ones() 2013-11-09 04:47:08 +00:00
bits_ctz.h Try to split ws_ctz() from hfinfo_bitshift(). 2013-11-08 22:01:12 +00:00
bitswap.c Fix previous commit + rename to bitswap. 2013-11-16 22:44:29 +00:00
bitswap.h Fix previous commit + rename to bitswap. 2013-11-16 22:44:29 +00:00
crash_info.c
crash_info.h
crc6.c
crc6.h
crc7.c
crc7.h
crc8.c
crc8.h
crc10.c
crc10.h
crc11.c
crc11.h
crc16-plain.c
crc16-plain.h
crc16.c Add STANAG 5066 DTS CRC routines. Bug 9217 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9217) 2013-10-22 23:30:26 +00:00
crc16.h Add STANAG 5066 DTS CRC routines. Bug 9217 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9217) 2013-10-22 23:30:26 +00:00
crc32.c - Change guint32 array initializer constants to use 'U' rather than 'L' 2013-12-20 16:57:02 +00:00
crc32.h Add STANAG 5066 DTS CRC routines. Bug 9217 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9217) 2013-10-22 23:30:26 +00:00
crcdrm.c
crcdrm.h
des.c
des.h
eax.c
eax.h
file_util.c
file_util.h
filesystem.c Make internal functions static 2014-01-10 07:01:15 +00:00
filesystem.h Add routines to set the personal file directory paths (personal 2013-11-19 19:45:38 +00:00
g711.c
g711.h
inet_aton.c Add $Id$ 2013-10-06 21:05:47 +00:00
inet_aton.h
inet_ntop.c
inet_pton.c
inet_v6defs.h
md4.c
md4.h
md5.c Consistently use "guint8" for "8-bit byte". 2014-01-14 18:03:54 +00:00
md5.h
mpeg-audio.c
mpeg-audio.h
nstime.c Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec. 2013-11-09 10:38:02 +00:00
nstime.h Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec. 2013-11-09 10:38:02 +00:00
pint.h Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version. 2013-11-29 19:21:20 +00:00
plugins.c Move most of the plugin code from epan to wsutil and remove all 2013-12-02 08:30:29 +00:00
plugins.h Move most of the plugin code from epan to wsutil and remove all 2013-12-02 08:30:29 +00:00
privileges.c
privileges.h
rc4.c
rc4.h
report_err.c
report_err.h
sha1.c
sha1.h
sign_ext.h There's no need to mark inline functions with _U_ 2013-12-26 10:53:53 +00:00
str_util.c Move UAT xton() to wsutil library 2014-01-08 00:28:13 +00:00
str_util.h Move UAT xton() to wsutil library 2014-01-08 00:28:13 +00:00
strnatcmp.c
strnatcmp.h
strncasecmp.c Undo r52382 for this file: We use a different solution on Windows 2013-10-06 21:07:58 +00:00
strptime.c Add $Id$ 2013-10-06 21:05:47 +00:00
strptime.h
tempfile.c Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch]. 2013-11-17 04:39:44 +00:00
tempfile.h Fix (-W)documentation error found by Clang 2013-12-02 13:45:59 +00:00
type_util.c
type_util.h
u3.c Revert some inadvertent changes from the last commit. 2013-11-14 22:52:05 +00:00
u3.h Revert part of 52896 and (for now) all of 52935. As Jeff pointed out, 2013-10-29 04:05:27 +00:00
unicode-utils.c Need <strsafe.h> for StringCchPrintf(). 2014-01-08 00:39:14 +00:00
unicode-utils.h Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate" 2014-01-07 22:17:32 +00:00
wsgcrypt.h
wsgetopt.c
wsgetopt.h Add $Id$ 2013-10-06 21:05:47 +00:00
wsgetopt_int.h