aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2013-03-14Use pragma diagnostic also when compiling with clang.Stig Bjørlykke1-0/+11
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-03Check to see if GLib's printf routines support the X/Open / POSIXGerald Combs1-5/+11
2013-03-03From beroset:Anders Broman1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey15-82/+40
2013-02-28From Anders: revert r47934: it doesn't work everywhere.Jeff Morriss1-5/+5
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey24-156/+123
2013-02-28str_util.c: Although the glib documentation doesn't explicitly say so,Gerald Combs1-5/+5
2013-02-26Print human-readable statistics by default. Raw values can be printedGerald Combs2-1/+4
2013-02-25ABI dumps don't have to depend on config.h directlyBalint Reczey1-1/+1
2013-02-25Add dumpabi targets to CMake buildsBalint Reczey2-2/+23
2013-02-24Generate abi-descriptor.xml-s in CMake buildsBalint Reczey1-0/+7
2013-02-23Set library versions in CMake buildsBalint Reczey1-0/+1
2013-02-21use pragma GCC diagnostic to work around gcrypt.h warningsMartin Kaiser1-0/+34
2013-02-21add wsutil/wsgcrypt.h as a wrapper around libgcrypt's gcrypt.hMartin Kaiser2-1/+37
2013-02-20As http://www.jrsoftware.org/iskb.php?mutexsessions points out, a sessionGerald Combs1-1/+23
2013-02-20Exclude create_app_running_mutex.Gerald Combs1-1/+1
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs3-0/+15
2013-01-29Use readlink instead of ls.Gerald Combs1-1/+1
2013-01-28make dumpabi target build with multiple digits in library version numbersBalint Reczey1-1/+1
2013-01-16Get rid of C++ comments from the CUPS code.Guy Harris1-7/+7
2013-01-15Add crash_info.cGuy Harris1-0/+1
2013-01-15Use GLib "return an allocated string generated by printf-styleGuy Harris1-4/+4
2013-01-15I must haz config.h (to define _U_, if nothing else).Guy Harris1-0/+2
2013-01-15Add some routines to wsutil to, at least on some platforms, addGuy Harris4-0/+210
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann2-21/+21
2012-12-26Squash some sign-conversion warnings that g++ picks up but gcc doesEvan Huus2-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris2-2/+2
2012-12-21Include <wsutil/crc11.h> so that we check whether the prototypes thereinGuy Harris1-0/+2
2012-12-21Squelch some cast-discard warnings.Guy Harris1-1/+1
2012-12-20fclose() and fflush() are standard C routines, so there's no need forGuy Harris1-4/+0
2012-12-20Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen1-0/+6
2012-11-05try to fix Id.Anders Broman1-1/+1
2012-10-19The file set and export object trees are lists. Make them act likeGerald Combs1-3/+1
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs1-0/+16
2012-10-18str_util.c:format_size() uses 0xff00 for the mask, so left-shift format_size_...Chris Maynard1-2/+2
2012-10-10Fix a copy+paste error and a missing include. Adjust the format_sizeGerald Combs1-4/+4
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs3-4/+78
2012-10-03*nix: Test return status of set*uid and related set*gid fcns for failure;Bill Meier1-8/+20
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss16-41/+9
2012-09-18Trivial typo/copy-and-paste comment fix.Chris Maynard1-1/+1
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman5-0/+115
2012-08-02Back out an inadvertent change in r44194.Gerald Combs1-2/+1
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+2
2012-07-25From Rishie Sharma:Anders Broman3-2/+90
2012-07-22Get rid of not needed includesAnders Broman1-3/+0
2012-07-19Remove not needed includes.Anders Broman1-3/+0
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus2-2/+2
2012-07-12Add crc7 calculation abillity.Anders Broman5-3/+195