aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Add resource usage logging.Gerald Combs2-0/+78
2016-06-30Remove Makefile.common filesJoão Valverde2-187/+135
2016-06-25wsutil: Move Win32 helper routines from capchildRoland Knall4-0/+257
2016-06-22Handle ENAMETOOLONG.Gerald Combs1-0/+8
2016-06-21libcodecs and libwsutil are DLLs, not static librariesPascal Quantin1-1/+1
2016-06-21pcap: Add support to "new" Npcap native mode without setting PATHYang Luo1-0/+9
2016-06-16filesystem: Fix build dir detection when using cmakePeter Wu1-3/+17
2016-06-16file_util.c: do not search in Npcap installation folder when calling ws_load_...Pascal Quantin1-13/+0
2016-06-15Remove Nmake build systemPascal Quantin2-87/+0
2016-06-13Add missing const to inet_ipv6.hJoão Valverde1-17/+9
2016-06-13Use getc_unlocked in a few places.Gerald Combs1-0/+2
2016-06-13Finish moving the parenthesis.Guy Harris1-1/+1
2016-06-13Fix a compile error.Guy Harris1-1/+1
2016-06-13Don't assume we can get a module handle for kernel32.dll.Guy Harris1-1/+10
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-0/+3
2016-06-03Move npf_sys_is_running() from wsutil to caputils.Guy Harris2-38/+0
2016-06-03Add support for Npcap native mode:Yang Luo2-4/+38
2016-06-01Fix compile error:Joerg Mayer1-1/+1
2016-06-01Allow create_tempfile to support a suffix.Michael Mann2-18/+23
2016-05-23Include <sys/socket.h>, too.Guy Harris1-4/+12
2016-05-23Explicitly include <netinet/in.h>.Guy Harris1-0/+4
2016-05-11TShark: Add a "-E bom=" option.Gerald Combs1-0/+3
2016-05-09Fix up the compare chain in nstime_delta().Guy Harris1-1/+1
2016-05-09TShark: Convert TTY output.Gerald Combs1-0/+7
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-16/+26
2016-05-01Fix wsutil/Makefile.nmake rule for ws_version_info.objJoão Valverde1-1/+2
2016-04-28Win32: Pass a mutable string to CreateProcess.Gerald Combs2-2/+2
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