aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Change some names to reflect Apple's new UNIX-for-Macs name.Guy Harris1-2/+2
2017-06-10Put the non-filter part of epan/color_filters.h into wsutil/color.h.Guy Harris1-0/+1
2017-06-05Move RSA key loading and decryption functions to wsutilAhmad Fatoum1-1/+5
2017-06-05wsutil: Add XTEA block cipherAhmad Fatoum1-2/+4
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris1-1/+2
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-2/+2
2017-03-10Replace aes.c and des.c by Libgcrypterikdejong1-4/+0
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-10/+1
2017-02-20Add some glib functions not available in older glibsAndersBroman1-0/+2
2017-01-26Clean up some UN*X-vs-Windows socket issues.Guy Harris1-0/+1
2016-11-02Move Base32_encode from packet-fc00.c to wsutil (as ws_base32_decode)Michael Mann1-0/+2
2016-10-11dumpabi: Fix log paths.Gerald Combs1-1/+1
2016-09-30wsutil: split libjsmn.Dario Lombardo1-2/+5
2016-09-23dumpcap: Include CPU info as hardware description in SHBStig Bjørlykke1-0/+2
2016-09-05wsutil: add string to integer conversion utilities.Dario Lombardo1-0/+2
2016-07-21Use Windows CRT string functions in some places.Gerald Combs1-1/+2
2016-06-30Remove Makefile.common filesJoão Valverde1-39/+135
2016-06-25wsutil: Move Win32 helper routines from capchildRoland Knall1-0/+2
2016-06-15Remove Nmake build systemPascal Quantin1-1/+0
2016-04-05Add more stuff to the release tarball.Guy Harris1-4/+11
2016-04-05More distcheck fixesJoão Valverde1-9/+9
2016-04-05Put popcount.c and popcount.h into the release tarball.Guy Harris1-0/+2
2016-04-04Use AC_REPLACE_FUNCS and LTLIBOBJSJoão Valverde1-20/+5
2016-04-04Avoid unnecessary replacement source file floorl.cJoão Valverde1-4/+0
2016-04-04autotools: Clean up libm testsJoão Valverde1-3/+4
2016-03-23Add pkg.m4 and remove aclocal-flags scriptJoão Valverde1-2/+0
2016-03-08Add EditorConfig settings for most C filesJoão Valverde1-0/+1
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-2/+3
2016-02-21autotools: Cleanup some installation directory stuffJoão Valverde1-1/+5
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-1/+1
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-15/+6
2015-12-01autotools: Fix g212f2f1João Valverde1-1/+1
2015-12-01autotools: Clean abi-check with maintainer-cleanJoão Valverde1-1/+8
2015-11-29cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]João Valverde1-5/+19
2014-12-23Move popcount() to an optionally built part of wsutil for systems thatStephen Fisher1-0/+3
2014-12-20Rename wsutil/floor.[ch] to wsutil/floorl.[ch].Guy Harris1-2/+2
2014-12-20Handle floorl() the same way we handle other not-on-all-platforms functions.Guy Harris1-0/+1
2014-12-20Include floor.c and floor.h in the source tarball.Guy Harris1-0/+2
2014-10-30Remove the optional strncasecmp.{h,c} target (for systems that don't have tha...Jeff Morriss1-5/+1
2014-09-16Fix the patch-bzip2 target.Gerald Combs1-1/+1
2014-07-19Only ABI-check strncasecmp.h if strncasecmp() is part of the API/ABI.Guy Harris1-1/+10
2014-07-10Remove a useless line now that nghttp2 library has moved to /epanPascal Quantin1-2/+0
2014-07-09Moved nghttp2 to epanGraham Bloice1-4/+0
2014-07-06Clean up handling of missing functions.Guy Harris1-26/+9
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-0/+1
2014-06-18Don't compile anything with -msse4.2 unless the compiler supports it.Guy Harris1-1/+1
2014-06-17Rewrite check for ws_mempbrk_sse42.c compilationJakub Zawadzki1-3/+3
2014-06-14Small whitespace fixesJoerg Mayer1-2/+2
2014-06-10Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)AndersBroman1-1/+1
2014-06-09Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki1-0/+11