aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2016-09-06Use ws_strtoi32() in get_natural_int().Guy Harris1-10/+14
2016-09-06Return the maximum or minimum value for ERANGE.Guy Harris1-5/+57
2016-09-06Check for signs in unsigned numbers and fail if we see one.Guy Harris1-0/+7
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris2-9/+26
2016-09-05wsutil: add string to integer conversion utilities.Dario Lombardo4-0/+188
2016-08-30time_util: fix -Wshadow issuePeter Wu1-3/+3
2016-08-26wsutil: add enumeration of local ip addresses in Windows.Dario Lombardo2-3/+72
2016-08-25wsutil: fix indentation of interface.cDario Lombardo1-42/+42
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-08-07Avoid colliding with the (old) UNIX stime() system call.Guy Harris1-14/+15
2016-07-30Add string function times to wmem_test.Gerald Combs2-13/+28
2016-07-30Move IPv6 inet definitions to wsutil/inet_ipv6.hJoão Valverde1-1/+64
2016-07-26Cleanup some checkAPI warnings that were missed in previous patches.Michael Mann1-1/+2
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-0/+5
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann3-9/+19
2016-07-23filesystem.c: Don't constify mallocated pointerJoão Valverde1-15/+12
2016-07-22Minimize allocations for frame tvbuffs and Buffers.Gerald Combs1-3/+22
2016-07-21Use Windows CRT string functions in some places.Gerald Combs2-1/+102
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