aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Skip loading the Nordic BLE Sniffer dll on WIN32Stig Bjørlykke1-1/+8
2016-12-09ui: move filesystem code to wsutil/filesystem.cDario Lombardo2-0/+35
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+7
2016-12-05Update a comment to reflect current reality.Guy Harris1-11/+15
2016-12-02Make sure config.h is included before inet_addr.h.Guy Harris1-2/+2
2016-11-15Add more information about UTF 8 in our source code.Gerald Combs1-3/+10
2016-11-03wsutil: add initializer (found by clang ccc).Dario Lombardo1-1/+1
2016-11-02Move Base32_encode from packet-fc00.c to wsutil (as ws_base32_decode)Michael Mann4-0/+143
2016-10-27wsutil: add check for input pointers to ws_strtoi functions.Dario Lombardo1-0/+14
2016-10-22wsutil: add statements for c++ calls.Dario Lombardo1-0/+8
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-0/+1
2016-10-11dumpabi: Fix log paths.Gerald Combs1-1/+1
2016-10-06jsmn(.h): fix warning: '@param' command used in a comment that is not attache...Alexis La Goutte1-3/+3
2016-10-01wsjsmn(.h): fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2016-09-30wsutil: split libjsmn.Dario Lombardo6-143/+202
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-23/+8
2016-09-23Show memory info on macOS and LinuxStig Bjørlykke1-0/+3
2016-09-23dumpcap: Include CPU info as hardware description in SHBStig Bjørlykke4-0/+123
2016-09-16Add ws_hexstrtou{bits} and use ws_hexstrtou32 in androiddump.Guy Harris2-44/+82
2016-09-12Let strtoi with NULL endptr require no invalid charactersPeter Wu3-11/+11
2016-09-08Add get_ routines to get a guint32, and use them.Guy Harris2-1/+39
2016-09-07Make the ws_strto* routines more like the strto* routines.Guy Harris3-22/+39
2016-09-06Always set *cint before returning.Guy Harris1-0/+1
2016-09-06Suppress another warning if told not to report failures.Guy Harris1-2/+17
2016-09-06strtoi(.c): fix extra ';' outside of a function [-Wextra-semi]Alexis La Goutte1-6/+6
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