packet-smb-direct: only handle RDMA_SEND_* messages
[metze/wireshark/wip.git] / wsutil /
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-09 Hadriel KaplanFix Bug 6489 to stop compiler warning on gcrypt depreca...
2014-01-14 Guy HarrisConsistently use "guint8" for "8-bit byte".
2014-01-10 Anders BromanMake internal functions static
2014-01-08 Guy HarrisNeed <strsafe.h> for StringCchPrintf().
2014-01-08 Jakub ZawadzkiMove UAT xton() to wsutil library
2014-01-07 Guy HarrisAs checkAPIs.pl says, "use StringCchPrintf".
2014-01-07 Jakub ZawadzkiFix bug #9618: Invalid utf8 causes JSON dissector asser...
2014-01-07 Jakub ZawadzkiMove defines for helping with UTF-16 surrogate pairs...
2013-12-26 Jakub ZawadzkiThere's no need to mark inline functions with _U_
2013-12-21 Jakub ZawadzkiMove epan/base64.[ch] to wsutil/ with function name...
2013-12-20 Bill Meier- Change guint32 array initializer constants to use...
2013-12-19 Gerald CombsAnother try at marking the ws_sign_ext functions possib...
2013-12-19 Gerald CombsTry to fix a warning found by, but not related to,...
2013-12-17 Jakub Zawadzkisign_ext.h: use G_GINT64_CONSTANT(), add sample for...
2013-12-17 Jakub ZawadzkiPut sign_ext.h in Makefile.
2013-12-17 Jakub ZawadzkiCreate sign extension routines in <wsutil/sign_ext...
2013-12-02 Alexis La GoutteFix (-W)documentation error found by Clang
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-29 Jakub ZawadzkiReplace macros: BSWAP16, BSWAP32, BSWAP64 with glib...
2013-11-29 Jakub ZawadzkiRename some of pint.h macros to match common style...
2013-11-29 Jakub ZawadzkiExpand macros: htoles(), htolel(), htolell()
2013-11-20 Michael MannRemove a few (now unused) variables.
2013-11-19 Guy HarrisFix missing semicolon.
2013-11-19 Guy HarrisAdd routines to set the personal file directory paths...
2013-11-18 Guy HarrisGet rid of unused trivial wrapper routine.
2013-11-17 Guy Harrisstrncat() bad, g_strlcat() good.
2013-11-17 Guy HarrisClean up indentation.
2013-11-17 Guy HarrisMove get_tempfile_path() from filesystem.[ch] to tempfi...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-16 Jakub ZawadzkiFix previous commit + rename to bitswap.
2013-11-16 Jakub ZawadzkiExporting/importing variables cause problems, so create...
2013-11-16 Guy HarrisFor *definitions* of external data items, we need to use
2013-11-16 Jakub ZawadzkiMove bitswap.[ch] from epan to wsutil.
2013-11-14 Gerald CombsRevert some inadvertent changes from the last commit.
2013-11-14 Gerald CombsCreate a plural-only English translation. Use it to...
2013-11-13 Gerald CombsHighlight selected sequence diagram items.
2013-11-09 Jakub ZawadzkiRemove comment (leftovers from r49444) + add missing...
2013-11-09 Jakub ZawadzkiCorrect include path.
2013-11-09 Jakub ZawadzkiMove adler32 from epan/ to wsutil/
2013-11-09 Jakub ZawadzkiReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-09 Jakub ZawadzkiRename swar_count_bits() to ws_count_ones()
2013-11-08 Jakub ZawadzkiTry to split ws_ctz() from hfinfo_bitshift().
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
next