aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2016-04-25Fix nmake build after statically linking version codeMichael Mann1-1/+1
2016-04-21Link version code statically againJoão Valverde6-503/+5
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs2-4/+19
2016-04-12sshdump,ciscodump: fix local addresses discoveryPeter Wu1-2/+0
2016-04-10Make sure inet_ipv6.h is in the distribution tarball.Guy Harris1-0/+1
2016-04-09Move IPv6 address utility functions to wsutilJoão Valverde1-0/+30
2016-04-09Move a declaration to wsutilJoão Valverde2-1/+30
2016-04-07Fix nmake buildMichael Mann1-1/+1
2016-04-05Add more stuff to the release tarball.Guy Harris2-12/+19
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 Valverde6-23/+10
2016-04-04Avoid unnecessary replacement source file floorl.cJoão Valverde3-78/+0
2016-04-04Fix 'make dist' ws_diag_control.h dependencyJoão Valverde1-1/+0
2016-04-04Include ws_diag_control.h in config.hJoão Valverde6-118/+5
2016-04-04autotools: Clean up libm testsJoão Valverde1-3/+4
2016-04-04Rename "libz" to "zlib"João Valverde1-8/+8
2016-04-04After the move of zlib test we need to add ZLIB_CFLAGSAndersBroman1-1/+1
2016-04-03wsutil: Remove getenv_utf8(), replaced with g_getenv()João Valverde3-59/+20
2016-04-03Fix cmake libwsutil zlib missing linkageJoão Valverde1-0/+1
2016-04-03Move zlib version check to wsutilJoão Valverde1-0/+25
2016-03-30ws_load_library() is called with constant char reflect that.MSVC15 build.AndersBroman2-2/+2
2016-03-29Fix modeline definitionsPeter Wu1-2/+2
2016-03-29Another round of extcap memleak fixesPeter Wu1-0/+1
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
2016-03-27Make failure_alert_box() be printf-like.Guy Harris2-5/+5
2016-03-23Add pkg.m4 and remove aclocal-flags scriptJoão Valverde1-2/+0
2016-03-17wsutil: Split locale information into tokens and format itJoão Valverde1-2/+24
2016-03-16No need to operate on full bit width (CID 1355344 / 1355348)Jaap Keuter1-2/+2
2016-03-11Remove the last remnants of U3 support.Gerald Combs5-322/+22
2016-03-08Add EditorConfig settings for most C filesJoão Valverde2-0/+141
2016-03-04Clean up modelines and indentation.Jeff Morriss1-42/+42
2016-03-04extcap: add local_interfaces_to_list() to wsutil.Dario Lombardo4-0/+157
2016-02-28Qt: Improve Show Packet BytesStig Bjørlykke1-1/+0
2016-02-25Clean up modelines and indentation.Guy Harris2-9/+9
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-20sober: fix cannot optimize loops warning [-Wunsafe-loop-optimizations]João Valverde1-4/+4
2016-02-19Fix implicit conversion from 64 to 32 bitsJoão Valverde3-4/+8
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde9-113/+155
2016-02-16Qt: Add Decode as in Show Packet BytesStig Bjørlykke1-0/+3
2016-02-14Sort UTF8 entitiesStig Bjørlykke1-3/+3
2016-02-13Just #include wsutil/inet_aton.hJoão Valverde2-12/+20
2016-02-11AES: Fix dereference of null pointerJoão Valverde1-1/+4
2016-02-08add functions to calculate the CRC of an ISO14443-A messageMartin Kaiser2-0/+14
2016-02-03Squelch warnings from compilers that don't know that (a%b) is always < b.Guy Harris1-2/+2
2016-02-03Add AES-CMAC encryption supportCedric Izoard2-0/+138
2016-02-03Add functions for SHA256 and HMAC-SHA256Cedric Izoard4-0/+359
2016-01-31plugins: do not import symbols globallyPeter Wu1-1/+1
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-15/+6