aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Move RSA key loading and decryption functions to wsutilAhmad Fatoum1-0/+2
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-03-10Replace aes.c and des.c by Libgcrypterikdejong1-2/+0
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-5/+1
2017-02-20Add some glib functions not available in older glibsAndersBroman1-0/+1
2016-12-20cmake,wslua,wsutil: load files from run/ instead of source treePeter Wu1-1/+6
2016-11-02Move Base32_encode from packet-fc00.c to wsutil (as ws_base32_decode)Michael Mann1-0/+1
2016-09-30wsutil: split libjsmn.Dario Lombardo1-0/+3
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-23/+8
2016-09-23dumpcap: Include CPU info as hardware description in SHBStig Bjørlykke1-0/+1
2016-09-05wsutil: add string to integer conversion utilities.Dario Lombardo1-0/+1
2016-08-26wsutil: add enumeration of local ip addresses in Windows.Dario Lombardo1-1/+1
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-06-25wsutil: Move Win32 helper routines from capchildRoland Knall1-0/+1
2016-06-21libcodecs and libwsutil are DLLs, not static librariesPascal Quantin1-1/+1
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-16/+26
2016-04-21Link version code statically againJoão Valverde1-1/+0
2016-04-04Use AC_REPLACE_FUNCS and LTLIBOBJSJoão Valverde1-1/+1
2016-04-03Fix cmake libwsutil zlib missing linkageJoão Valverde1-0/+1
2016-03-11Remove the last remnants of U3 support.Gerald Combs1-1/+0
2016-03-04extcap: add local_interfaces_to_list() to wsutil.Dario Lombardo1-0/+1
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-0/+1
2016-02-03Add functions for SHA256 and HMAC-SHA256Cedric Izoard1-0/+1
2015-11-29cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]João Valverde1-1/+4
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-10-13cmake: link against dl, fixes linking with goldPeter Wu1-0/+1
2015-08-26cmake: rework version.h handling to treat it like config.hJoerg Mayer1-2/+0
2015-08-16Run abicheck commands at compile time.Gerald Combs1-2/+5
2015-06-16Add the wireless toolbar.Gerald Combs1-0/+1
2015-02-19Check whether emmintrin.h can be used *without* -msse4.2.Guy Harris1-14/+26
2015-02-17Added JSON native file support.Dario Lombardo1-0/+1
2015-02-11Fix SSE 4.2 checks.Guy Harris1-14/+14
2015-01-21Also support -xarch=sse_42 in the Sun C compiler for x86(-64).Guy Harris1-7/+12
2015-01-21Always set the COMPILE_FLAGS property, so we can always fetch it.Guy Harris1-0/+10
2015-01-21Don't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.Guy Harris1-1/+3
2015-01-21Check whether we can use nmmintrin.h.Guy Harris1-22/+33
2015-01-21Only turn -msse4.2 on for ws_mempbrk_sse42.c, and don't always build it.Guy Harris1-3/+23
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice1-1/+1
2015-01-05Minor CMake updates to better group build artefactsGraham Bloice1-1/+1
2014-12-31Move some routines into ws_version_info.c.Guy Harris1-4/+0
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-25Include some files based on whether the functions they define are present.Guy Harris1-3/+12
2014-12-24Don't use extra variables for ws_mempbrk_sse42.c and popcount.cGuy Harris1-14/+8
2014-12-23Cmake: check for popcount, and build it from wsutil/popcount.c if missing.Guy Harris1-0/+7
2014-11-03Don't use -msse4.2 with MSVC.Guy Harris1-5/+17
2014-10-10CMake: Bundle our libraries.Gerald Combs1-0/+6
2014-08-08The DRM DCP CRC-16 is the same as the X.25 CRC-16.Guy Harris1-1/+0
2014-07-15Only one buffer.c, please.Guy Harris1-0/+1
2014-07-15Fix up library names when using CMake on WindowsGraham Bloice1-4/+6