aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Specify directory for temporary capturesDavid Perry2-6/+61
2022-02-05wsutil: Just use g_utf8_validate for nowJohn Thacker1-1/+1
2022-02-06epan: Add BASE_SHOW_UTF_8_PRINTABLEJohn Thacker2-8/+34
2022-01-27Fix Linux build issuePaul Koning1-0/+1
2022-01-05ws_assert: refactor assertionsJoão Valverde5-51/+27
2022-01-05wslog: Replace ws_assert()João Valverde1-1/+3
2022-01-05wslog: Convert to C99/POSIX typesJoão Valverde2-40/+39
2022-01-05Remove some circular dependencies on wireshark.hJoão Valverde5-8/+7
2022-01-05wslog: Rewrite macrosJoão Valverde2-56/+71
2022-01-05wslog: Use a wider type for lineJoão Valverde4-18/+18
2022-01-03nstime: "localtime()" is an API, "local time" is local time.Guy Harris1-2/+2
2022-01-01Happy New Year 2022Stig Bjørlykke1-1/+1
2021-12-30wsutil: Fix time zone handling.John Thacker2-5/+8
2021-12-29wslog: Add WS_DEBUG_HERE() macroJoão Valverde2-22/+36
2021-12-29epan: Add back ABSOLUTE_TIME_NTP_UTC representationJoão Valverde2-7/+3
2021-12-27wsutil/nstime: Fix ISO8601 parsing with tz offset separatorJoão Valverde2-12/+24
2021-12-27wsutil/nstime: Add tests for iso8601_to_nstime()João Valverde1-0/+49
2021-12-27wsutil/inet_addr: Add a cast to squelch a narrowing warningJoão Valverde1-1/+3
2021-12-27wsutil/inet_addr: Refactor to use C99/POSIX typesJoão Valverde5-64/+126
2021-12-27Use a wrapper function to call strptime()João Valverde5-18/+30
2021-12-27wsutil: Declare ws_inet_* with extern "C"John Thacker1-0/+8
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan2-2/+2
2021-12-21Fixup -Wshorten-64-to-32 warnings with ClangJoão Valverde2-1/+8
2021-12-21Add a ws_posix_compat.h headerJoão Valverde1-1/+1
2021-12-21wsutil: Split ws_regex_matches() into two functionsJoão Valverde2-10/+22
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-0/+2
2021-12-19Add missing header, fix macOS buildJoão Valverde2-4/+1
2021-12-19wsutil: Use snprintf() and ws_strdup_printf()João Valverde19-89/+72
2021-12-19wmem: Add ws_strdup_printf() convenience macrosJoão Valverde1-0/+8
2021-12-19Move wmem string utility functions to wsutilJoão Valverde6-342/+319
2021-12-18wmem: Use vasprintf()João Valverde2-14/+28
2021-12-18wmem_test: Add more string performance testJoão Valverde1-5/+85
2021-12-18wmem_test: Disable performance tests by defaultJoão Valverde1-2/+2
2021-12-18Fix wmem_test.c indentationJoão Valverde1-3/+3
2021-12-18Fix wsutil/time_util.c indentationJoão Valverde1-40/+39
2021-12-15wslog: 'struct timespec' is C11, use thatJoão Valverde3-12/+14
2021-12-15wsutil: Add portability wrapper for clock_gettime(CLOCK_REALTIME)João Valverde3-17/+29
2021-12-15Revert "The function timespec_get() is C17 so assume we have it"João Valverde1-0/+5
2021-12-15wmem: Optimize wmem_strdup_vprintf()João Valverde2-13/+27
2021-12-14wslog: Avoid logging any output to stdoutJoão Valverde2-11/+12
2021-12-14Convert wmem I/O to use stdio.hJoão Valverde2-55/+21
2021-12-14The function timespec_get() is C17 so assume we have itJoão Valverde1-5/+0
2021-12-13regex: Remove requirement for ssize_tJoão Valverde2-4/+6
2021-12-12The macro 'va_copy' is C99, use thatJoão Valverde3-5/+5
2021-12-11wslog: Add backward compatibility with 'console.log.level'João Valverde1-1/+91
2021-12-06extcap: Register log handler conditionallyJoão Valverde2-0/+44
2021-12-06wslog: Use stdout for debug messagesJoão Valverde2-8/+47
2021-12-06Make wmem_print_tree public.AndersBroman1-0/+1
2021-12-03Fix logging with extcapsJoão Valverde2-6/+24
2021-12-02dfilter: Avoid dumping mangled UTF-8João Valverde2-24/+9