wireshark/wsutil
Guy Harris 6c6f3528f1 Squelch a warning from the MSVC++ static analyzer (it's worried that
GetModuleHandle() could return a null pointer, which is possible,
although if it returns one when handed "kernel32.dll", you have bigger
problems...).

Add some comments.

svn path=/trunk/; revision=35972
2011-02-17 03:02:18 +00:00
..
CMakeLists.txt H. Sivank <hsivank@gmail.com> 2010-09-23 07:02:33 +00:00
Makefile.am Update filter for Windows-only symbols. 2010-12-16 17:22:17 +00:00
Makefile.common Make inet_aton an optional object on *NIX again 2010-05-29 01:00:52 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
file_util.c Include stdlib.h for getenv(). 2010-12-07 20:45:22 +00:00
file_util.h Move getenv_utf8() to wsutil. 2010-12-07 20:24:57 +00:00
inet_aton.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
inet_aton.h Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
inet_ntop.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
inet_pton.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
inet_v6defs.h WIN32 ==> _WIN32 2011-02-01 23:02:54 +00:00
libwsutil.def Move getenv_utf8() to wsutil. 2010-12-07 20:24:57 +00:00
mpeg-audio.c
mpeg-audio.h
privileges.c Squelch a warning from the MSVC++ static analyzer (it's worried that 2011-02-17 03:02:18 +00:00
privileges.h Add extern "C" to more header files. 2010-12-01 18:25:18 +00:00
str_util.c Revise ascii...inplace to return a ptr to the string 2009-01-17 17:30:23 +00:00
str_util.h Revise ascii...inplace to return a ptr to the string 2009-01-17 17:30:23 +00:00
strerror.c Include glib.h (for g_snprintf). 2010-05-29 03:35:32 +00:00
strerror.h Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
strncasecmp.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
strptime.c Add braces to avoid an ambiguous else 2010-05-29 03:34:05 +00:00
strptime.h Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
type_util.c type conversion gdouble<->guint64 is not supported in all MSVC versions, convert it with functions 2008-12-17 09:41:17 +00:00
type_util.h WIN32 ==> _WIN32 2011-02-01 23:02:54 +00:00
unicode-utils.c Move getenv_utf8() to wsutil. 2010-12-07 20:24:57 +00:00
unicode-utils.h Add utf_8to16_snprintf() which creates a UTF16 string according to the given format string. The format string + arguments are expected to be in UTF-8 format. This change effectively removes the only place where we use PRIu64. 2009-08-31 18:16:16 +00:00
wsgetopt.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
wsgetopt.h Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00