aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
...
* Add editor-modelines; adjust whitespace.Bill Meier2014-10-1447-2238/+2841
* Follow-up of ged0b19b (Make boolean bitmask type 64-bit wide)Pascal Quantin2014-10-131-4/+4
* Make boolean bitmask type 64-bit wideDaniel Mack2014-10-122-12/+26
* CMake: Bundle our libraries.Gerald Combs2014-10-101-0/+6
* Adjust some whitespace to match editor modelines.Bill Meier2014-10-061-72/+72
* Fix the patch-bzip2 target.Gerald Combs2014-09-163-3/+3
* Don't print non-printable characters in AX.25 addresses.Jeff Morriss2014-09-042-1/+11
* Use the <wsutil/ws_diag_control.h> stuff to disable -Wdeprecated-declarations.Guy Harris2014-08-271-39/+3
* Use FreeRADIUS's warning pragma controls to suppress Apple complaints.Guy Harris2014-08-272-0/+97
* Clean up capinfos output.Guy Harris2014-08-242-9/+17
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* plugins.c: cleanup plugins_scan_dir()Bill Meier2014-08-211-10/+6
* Extcap Capture InterfaceRoland Knall2014-08-212-0/+118
* The "MPEG-2" CRC-32 is also the ATM CRC-32.Guy Harris2014-08-081-0/+2
* Fix the polynomial for the CCITT CRC.Guy Harris2014-08-081-2/+4
* Clean up the CRC-10 code.Guy Harris2014-08-082-16/+8
* The DRM DCP CRC-16 is the same as the X.25 CRC-16.Guy Harris2014-08-084-86/+0
* Add routines for CRC-16 with a polynomial of 0x3D65.Guy Harris2014-08-082-0/+51
* Add a CRC32_ACCUMULATE() macro for a single CRC-32 step and use it.Guy Harris2014-08-081-3/+5
* Fix indentation.Guy Harris2014-08-081-2/+2
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-022-34/+34
* Make the nameres test suite work out of tree by looking for the global hostsJeff Morriss2014-08-021-3/+6
* Add some #includes to satisfy check-abiEvan Huus2014-07-233-0/+3
* [WIP] Add a conversation dialog.Gerald Combs2014-07-211-2/+2
* Only ABI-check strncasecmp.h if strncasecmp() is part of the API/ABI.Guy Harris2014-07-192-3/+18
* Add extern "C", to let this be used from C++.Guy Harris2014-07-191-0/+8
* Only one buffer.c, please.Guy Harris2014-07-154-0/+237
* Fix up library names when using CMake on WindowsGraham Bloice2014-07-151-4/+6
* Remove $Id$Bill Meier2014-07-111-1/+1
* Remove a useless line now that nghttp2 library has moved to /epanPascal Quantin2014-07-101-2/+0
* Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."Guy Harris2014-07-101-12/+12
* See if we can get rid of the "lib" in front of "wsutil" on Windows.Guy Harris2014-07-091-12/+12
* Moved nghttp2 to epanGraham Bloice2014-07-0920-12770/+3
* Add printf-format annotations, fix garbagePeter Wu2014-07-061-1/+2
* Workaround for ASAN failure in _ws_mempbrk_sse42Peter Wu2014-07-061-0/+25
* Clean up handling of missing functions.Guy Harris2014-07-064-26/+47
* Squash casting-away-constness warnings.Guy Harris2014-07-061-3/+3
* Add consts to casts to suppress warnings.Guy Harris2014-07-061-8/+8
* Update libnghttp2 to latest master (add support for draft-13)Alexis La Goutte2014-07-0510-4412/+4487
* Make wsutil depend on gitversion.Guy Harris2014-07-031-0/+2
* Move the GLib version info string stuff to get_glib_version_info().Guy Harris2014-07-034-0/+88
* Add license information to the copyright information.Guy Harris2014-07-031-0/+1
* Clean up a comment.Guy Harris2014-06-301-1/+1
* Windows: fix update of version information in wireshark and tsharkPascal Quantin2014-06-301-0/+6
* Move some more stuff into wsutil.Guy Harris2014-06-296-1/+247
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2014-06-261-1/+0
* Fix OS X CMake build.Guy Harris2014-06-241-0/+8
* Don't declare CFString_to_C_string() if we don't have OS X frameworks.Guy Harris2014-06-221-0/+4
* Add a routine to return a version string including VCS information.Guy Harris2014-06-224-3/+93
* Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris2014-06-212-0/+31