aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2014-06-01Make this comple whether assertions are enabled or not.Guy Harris1-7/+3
2014-06-01Fix /home/jmayer/work/wireshark/git/wsutil/nghttp2/nghttp2_hd.c:996:12: error...Joerg Mayer1-0/+2
2014-05-31nghttp2: do not copy nghttp2* objects in wsutil folderPascal Quantin1-7/+7
2014-05-31nghttp2: more warning fixesPascal Quantin2-7/+7
2014-05-31nghttp2: upgrade library to g4f7223e and add casts to please buildbotsPascal Quantin7-105/+122
2014-05-31NGHTTP2: Add missing nghttp2_int.h (need by make dist...)Alexis La Goutte1-1/+2
2014-05-31NGHTTP2: fix -Wshadow about index with some old GCC release or Mac OS X buildbotAlexis La Goutte1-41/+41
2014-05-31NGHTTP2: fix typo (nghttp2_ent.h => nghttp2_net.h)Alexis La Goutte1-1/+1
2014-05-31Add nghttp2 lib (HPACK)Alexis La Goutte20-3/+12682
2014-05-31Move cpuid to seperate header file.Jakub Zawadzki2-1/+68
2014-05-30Honor configured CMAKE_INSTALL_LIBDIR when installing librariesBalint Reczey1-3/+3
2014-05-30Set PLUGIN_INSTALL_DIR properly for wireshark.pcBalint Reczey1-2/+2
2014-05-28Add ModelinesAlexis La Goutte3-0/+39
2014-05-27Fix indent (use tabs)Alexis La Goutte1-57/+57
2014-05-23Fix some whitespace issues.Guy Harris1-3/+3
2014-05-23More handling of missing time stamps.Guy Harris2-2/+13
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
2013-12-17sign_ext.h: use G_GINT64_CONSTANT(), add sample for alternative method of sig...Jakub Zawadzki1-2/+12
2013-12-17Put sign_ext.h in Makefile.Jakub Zawadzki1-0/+1
2013-12-17Create sign extension routines in <wsutil/sign_ext.h>, use it in few places.Jakub Zawadzki1-0/+50