aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack2-12/+26
2014-10-10CMake: Bundle our libraries.Gerald Combs1-0/+6
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-72/+72
2014-09-16Fix the patch-bzip2 target.Gerald Combs3-3/+3
2014-09-04Don't print non-printable characters in AX.25 addresses.Jeff Morriss2-1/+11
2014-08-27Use the <wsutil/ws_diag_control.h> stuff to disable -Wdeprecated-declarations.Guy Harris1-39/+3
2014-08-27Use FreeRADIUS's warning pragma controls to suppress Apple complaints.Guy Harris2-0/+97
2014-08-24Clean up capinfos output.Guy Harris2-9/+17
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-21plugins.c: cleanup plugins_scan_dir()Bill Meier1-10/+6
2014-08-21Extcap Capture InterfaceRoland Knall2-0/+118
2014-08-08The "MPEG-2" CRC-32 is also the ATM CRC-32.Guy Harris1-0/+2
2014-08-08Fix the polynomial for the CCITT CRC.Guy Harris1-2/+4
2014-08-08Clean up the CRC-10 code.Guy Harris2-16/+8
2014-08-08The DRM DCP CRC-16 is the same as the X.25 CRC-16.Guy Harris4-86/+0
2014-08-08Add routines for CRC-16 with a polynomial of 0x3D65.Guy Harris2-0/+51
2014-08-08Add a CRC32_ACCUMULATE() macro for a single CRC-32 step and use it.Guy Harris1-3/+5
2014-08-08Fix indentation.Guy Harris1-2/+2
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2-34/+34
2014-08-02Make the nameres test suite work out of tree by looking for the global hostsJeff Morriss1-3/+6
2014-07-23Add some #includes to satisfy check-abiEvan Huus3-0/+3
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-2/+2
2014-07-19Only ABI-check strncasecmp.h if strncasecmp() is part of the API/ABI.Guy Harris2-3/+18
2014-07-19Add extern "C", to let this be used from C++.Guy Harris1-0/+8
2014-07-15Only one buffer.c, please.Guy Harris4-0/+237
2014-07-15Fix up library names when using CMake on WindowsGraham Bloice1-4/+6
2014-07-11Remove $Id$Bill Meier1-1/+1
2014-07-10Remove a useless line now that nghttp2 library has moved to /epanPascal Quantin1-2/+0
2014-07-10Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."Guy Harris1-12/+12
2014-07-09See if we can get rid of the "lib" in front of "wsutil" on Windows.Guy Harris1-12/+12
2014-07-09Moved nghttp2 to epanGraham Bloice20-12770/+3
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-1/+2
2014-07-06Workaround for ASAN failure in _ws_mempbrk_sse42Peter Wu1-0/+25
2014-07-06Clean up handling of missing functions.Guy Harris4-26/+47
2014-07-06Squash casting-away-constness warnings.Guy Harris1-3/+3
2014-07-06Add consts to casts to suppress warnings.Guy Harris1-8/+8
2014-07-05Update libnghttp2 to latest master (add support for draft-13)Alexis La Goutte10-4412/+4487
2014-07-03Make wsutil depend on gitversion.Guy Harris1-0/+2
2014-07-03Move the GLib version info string stuff to get_glib_version_info().Guy Harris4-0/+88
2014-07-03Add license information to the copyright information.Guy Harris1-0/+1
2014-06-30Clean up a comment.Guy Harris1-1/+1
2014-06-30Windows: fix update of version information in wireshark and tsharkPascal Quantin1-0/+6
2014-06-29Move some more stuff into wsutil.Guy Harris6-1/+247
2014-06-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-06-24Fix OS X CMake build.Guy Harris1-0/+8
2014-06-22Don't declare CFString_to_C_string() if we don't have OS X frameworks.Guy Harris1-0/+4
2014-06-22Add a routine to return a version string including VCS information.Guy Harris4-3/+93
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris2-0/+31
2014-06-21Move the routine to get memory information to wsutil.Guy Harris4-0/+87
2014-06-21Get rid of trailing blank lines.Guy Harris1-1/+0