Get rid of value_strings that appear to be a throwback to when ROHC appeared in this...
[metze/wireshark/wip.git] / wsutil /
2013-10-29 Gerald CombsRevert part of 52896 and (for now) all of 52935. As...
2013-10-27 Gerald CombsRemove U3 code and packaging.
2013-10-22 Michael MannAdd STANAG 5066 DTS CRC routines. Bug 9217 (https...
2013-10-19 Balint ReczeyMinor refactoring in CMake ABI dump generation
2013-10-19 Balint ReczeySet and use TMPDIR for ABI dump generation when using...
2013-10-18 Gerald CombsMake sure LIBGCRYPT_CFLAGS is added to AM_CPPFLAGS.
2013-10-15 Balint ReczeyFactor out common parts of ABI checks to UseABICheck...
2013-10-13 Graham BloiceAdd CMake properties to targets so that they are logica...
2013-10-12 Gerald CombsAnother Solaris Studio C++ fix.
2013-10-06 Jörg MayerUndo r52382 for this file: We use a different solution...
2013-10-06 Jörg MayerAdd $Id$
2013-10-06 Jörg Mayerconfig.h.win32 used another solution
2013-10-05 Jörg Mayereditcap and capinfos compile now with cmake
2013-10-04 Jörg Mayerlibwsutil needs to link against libgmodule2
2013-09-16 Chris MaynardTrivial: Fix typo.
2013-08-26 Evan HuusFrom Jiri Engelthaler via
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-08-02 Jeff MorrissKeep checkAPIs happy (even though it's just test code...
2013-08-02 Jeff MorrissLink wsutil with gnutls on Windows too.
2013-08-02 Jeff MorrissLIBGCRYPT_CFLAGS is not set in Windows builds, use...
2013-08-02 Jeff Morrisspint.h is in wsutil now.
2013-08-01 Jeff MorrissInclude LIBGCRYPT_CFLAGS in wsutil (but not in epan...
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-22 Jörg MayerLooks like building with -Werror in wsutil was forgotte...
2013-07-16 Martin Kaisermake getopt_long() available on systems that don't...
2013-07-16 Jeff MorrissMove u3.{h,c} and g711.{h,c} into wsutil.
2013-07-16 Jeff MorrissMove strnatcmp.{h,c} from epan into wsutil: there's...
2013-07-15 Jeff MorrissAdd report_err.c to cmake build.
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-01 Bill MeierDefine certain 'const char *...' arrays as static.
2013-06-26 Michael MannopenSAFETY: CRC Maintenance, new CRC, new expert interf...
2013-06-26 Jeff MorrissMove tempfile.{h,c} into wsutil.
2013-06-26 Jeff MorrissAs pointed out by Guy: timestats uses packet_info so...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-06-25 Chris Maynardmakefile.nmake -> Makefile.nmake and minor whitespace...
2013-06-20 Evan HuusAdd a few of our headers to code generated by pycrc...
2013-06-19 Jeff MorrissFrom Anders:
2013-05-10 Guy HarrisAdd some comments to #else and #endif to make it cleare...
2013-04-24 Jörg Mayerdumpabi: This would create the directories in the sourc...
2013-04-16 Evan HuusFix another dozen or so files with bad FSF addresses...
2013-04-15 Gerald CombsAdd links to Google Breakpad and other possible solutions.
2013-04-03 Guy HarrisDistribute CMakeLists.txt.
2013-03-14 Stig BjørlykkeUse pragma diagnostic also when compiling with clang.
2013-03-12 Jaap KeuterFrom David Arnold:
2013-03-03 Gerald CombsCheck to see if GLib's printf routines support the...
2013-03-03 Anders BromanFrom beroset:
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-28 Jeff MorrissFrom Anders: revert r47934: it doesn't work everywhere.
2013-02-28 Balint ReczeyExport libwsutil symbols using WS_DLL_PUBLIC define
2013-02-28 Gerald Combsstr_util.c: Although the glib documentation doesn't...
2013-02-26 Gerald CombsPrint human-readable statistics by default. Raw values...
2013-02-25 Balint ReczeyABI dumps don't have to depend on config.h directly
2013-02-25 Balint ReczeyAdd dumpabi targets to CMake builds
2013-02-24 Balint ReczeyGenerate abi-descriptor.xml-s in CMake builds
2013-02-23 Balint ReczeySet library versions in CMake builds
2013-02-21 Martin Kaiseruse pragma GCC diagnostic to work around gcrypt.h warnings
2013-02-21 Martin Kaiseradd wsutil/wsgcrypt.h as a wrapper around libgcrypt...
2013-02-20 Gerald CombsAs jrsoftware.org/iskb.php?mutexsessions points out...
2013-02-20 Gerald CombsExclude create_app_running_mutex.
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2013-01-29 Gerald CombsUse readlink instead of ls.
2013-01-28 Balint Reczeymake dumpabi target build with multiple digits in libra...
2013-01-16 Guy HarrisGet rid of C++ comments from the CUPS code.
2013-01-15 Guy HarrisAdd crash_info.c
2013-01-15 Guy HarrisUse GLib "return an allocated string generated by print...
2013-01-15 Guy HarrisI must haz config.h (to define _U_, if nothing else).
2013-01-15 Guy HarrisAdd some routines to wsutil to, at least on some platfo...
2013-01-04 Michael Mannreplace "unsigned" datatype with "guint". Some mpeg...
2012-12-26 Evan HuusSquash some sign-conversion warnings that g++ picks...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-21 Guy HarrisInclude <wsutil/crc11.h> so that we check whether the...
2012-12-21 Guy HarrisSquelch some cast-discard warnings.
2012-12-20 Guy Harrisfclose() and fflush() are standard C routines, so there...
2012-12-20 Michael TüxenAdd ws_fclose(), ws_fflush(), and ws_fdopen() to the...
2012-11-05 Anders Bromantry to fix Id.
2012-10-19 Gerald CombsThe file set and export object trees are lists. Make...
2012-10-18 Gerald CombsMove ui-independent object export routines to the commo...
2012-10-18 Chris Maynardstr_util.c:format_size() uses 0xff00 for the mask,...
2012-10-10 Gerald CombsFix a copy+paste error and a missing include. Adjust...
2012-10-10 Gerald CombsAdd a format_size function similar to g_format_size...
2012-10-03 Bill Meier*nix: Test return status of set*uid and related set...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-18 Chris MaynardTrivial typo/copy-and-paste comment fix.
2012-08-08 Anders BromanFrom Jacob Nordgren and Rishie Sharma:
2012-08-02 Gerald CombsBack out an inadvertent change in r44194.
2012-08-01 Gerald CombsMove utf8_entities.h to the "ui" directory. Separate...
2012-07-25 Anders BromanFrom Rishie Sharma:
2012-07-22 Anders BromanGet rid of not needed includes
2012-07-19 Anders BromanRemove not needed includes.
2012-07-18 Evan HuusFix some system header files that were #included with...
2012-07-12 Anders BromanAdd crc7 calculation abillity.
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Jeff MorrissRevert 43481: linking dftest against libui was not...
2012-06-25 Jeff MorrissMove get_args_as_string from ui/util.c into wsutil...
2012-06-08 Gerald CombsForward-port r43165 and r43168 from trunk-1.6.
2012-05-22 Guy HarrisUpdate comments to reflect that the GLib version is...
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
next