summaryrefslogtreecommitdiff
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2015-07-11terminate readlink resultTobias Stoeckmann1-6/+12
2015-07-04Mark another function as printf-like.Guy Harris1-1/+1
2015-04-21Calculate *Peek tagged timestamps in fixed-point.Guy Harris2-26/+71
2015-04-20Get rid of trailing white space.Guy Harris1-1/+1
2015-04-20Have a common routine to convert FILETIME to nstime_t.Guy Harris2-0/+80
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-25Include wsgetopt.c based on whether getopt() is present.Guy Harris1-1/+4
2014-10-17Don't use ctype.h routines.Guy Harris1-3/+1
2014-09-19Set library .so versions to their proper valueBalint Reczey2-2/+2
2014-09-16Fix the patch-bzip2 target.Gerald Combs3-0/+39
2014-09-11Don't print non-printable characters in AX.25 addresses. Jeff Morriss2-1/+11
2014-07-15Only one buffer.c, please.Guy Harris4-0/+237
2014-07-07Add printf-format annotations, fix garbagePeter Wu1-1/+2
2014-06-05Honor configured CMAKE_INSTALL_LIBDIR when installing librariesBalint Reczey1-3/+3
2014-06-05Set PLUGIN_INSTALL_DIR properly for wireshark.pcBalint Reczey1-2/+2
2014-05-30Bump .so versions for 1.12 in CMake builds, tooBalint Reczey1-2/+2
2014-05-23Fix some whitespace issues.Guy Harris1-3/+3
2014-05-23More handling of missing time stamps.Guy Harris2-2/+13
2014-05-23Initialize master-1.12.Gerald Combs1-1/+1
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-1/+1
2014-05-13In ascii_xx_inplace use g_ascii_isupper/g_ascii_islower directly, itAndersBroman1-2/+4
2014-04-25Support out-of-source checkapiStig Bjørlykke1-2/+4
2014-04-25Move mktime_utc() from tvbuff.c to wsutil/time_util.cJakub Zawadzki4-0/+98
2014-04-17Fixed typo HAVE_LIBGRYPT -> HAVE_LIBGCRYPTStig Bjørlykke1-1/+1
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan1-1/+1
2014-04-13Replace QTableWidgets with QLabels + HTML tables.Gerald Combs1-0/+1
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-3/+3
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-2/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte4-7/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte9-18/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-6/+0
2014-03-19The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]Alexis La Goutte1-2/+2
2014-03-19The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]Alexis La Goutte1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte68-137/+0
2014-02-27Sherman, set the Wayback Machine for 1997.Guy Harris1-1/+1
2014-02-25Remove trailing whitespaceBill Meier13-23/+23
2014-02-09Fix Bug 6489 to stop compiler warning on gcrypt deprecated delcarationsHadriel Kaplan1-3/+3
2014-01-14Consistently use "guint8" for "8-bit byte".Guy Harris1-5/+5
2014-01-10Make internal functions staticAnders Broman1-1/+1
2014-01-08Need <strsafe.h> for StringCchPrintf().Guy Harris1-0/+1
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki2-0/+27
2014-01-07As checkAPIs.pl says, "use StringCchPrintf".Guy Harris1-1/+1
2014-01-07Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...Jakub Zawadzki6-17/+33
2014-01-07Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.hJakub Zawadzki1-0/+11
2013-12-26There's no need to mark inline functions with _U_Jakub Zawadzki1-6/+2
2013-12-21Move epan/base64.[ch] to wsutil/ with function name change.Jakub Zawadzki4-1/+112
2013-12-20- Change guint32 array initializer constants to use 'U' rather than 'L'Bill Meier1-172/+185
2013-12-19Another try at marking the ws_sign_ext functions possibly-unused.Gerald Combs1-4/+8
2013-12-19Try to fix a warning found by, but not related to, the ABI check.Gerald Combs1-2/+2