wireshark/wsutil
Gerald Combs a79e5d5b94 Check to see if GLib's printf routines support the X/Open / POSIX
thousands grouping (') flag and use it in format_size if it's available.
As far as I can tell this translates to "everywhere except Windows and
OpenBSD". According to the various build logs at

https://build.opensuse.org/package/show?package=mingw32-glib2&project=windows%3Amingw%3Awin32

the OBS GLib packages enable GLib's internal printf implementation from
Gnulib which means we *should* be able to enable this on Windows.
Unfortunately this doesn't appear to be the case.

svn path=/trunk/; revision=48042
2013-03-03 19:34:58 +00:00
..
CMakeLists.txt Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
Makefile.am Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
Makefile.common Add some routines to wsutil to, at least on some platforms, add 2013-01-15 21:54:41 +00:00
Makefile.nmake Export libwsutil symbols using WS_DLL_PUBLIC define 2013-02-28 14:09:46 +00:00
airpdcap_wep.c
crash_info.c Get rid of C++ comments from the CUPS code. 2013-01-16 03:56:36 +00:00
crash_info.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc6.c
crc6.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc7.c
crc7.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc8.c
crc8.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc10.c
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 Export libwsutil symbols using WS_DLL_PUBLIC define 2013-02-28 14:09:46 +00:00
crc16-plain.c
crc16-plain.h Export libwsutil symbols using WS_DLL_PUBLIC define 2013-02-28 14:09:46 +00:00
crc16.c
crc16.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc32.c
crc32.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crcdrm.c
crcdrm.h Export libwsutil symbols using WS_DLL_PUBLIC define 2013-02-28 14:09:46 +00:00
file_util.c As http://www.jrsoftware.org/iskb.php?mutexsessions points out, a session 2013-02-20 19:58:55 +00:00
file_util.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
inet_aton.c
inet_aton.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
inet_ntop.c
inet_pton.c
inet_v6defs.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +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
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
str_util.c Check to see if GLib's printf routines support the X/Open / POSIX 2013-03-03 19:34:58 +00:00
str_util.h Export libwsutil symbols using WS_DLL_PUBLIC define 2013-02-28 14:09:46 +00:00
strncasecmp.c
strptime.c
strptime.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
type_util.c
type_util.h Export libwsutil symbols using WS_DLL_PUBLIC define 2013-02-28 14:09:46 +00:00
unicode-utils.c
unicode-utils.h Export libwsutil symbols using WS_DLL_PUBLIC define 2013-02-28 14:09:46 +00:00
wsgcrypt.h use pragma GCC diagnostic to work around gcrypt.h warnings 2013-02-21 18:40:48 +00:00
wsgetopt.c
wsgetopt.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
wsgetopt_int.h