aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-02epan: Add ENC_ISO_8601_DATE_TIME_BASICJohn Thacker1-0/+3
2021-12-01nstime: Support ISO 8601 basic formatJohn Thacker2-25/+62
2021-11-30wsutil: Add header files to DoxygenMoshe Kaplan30-34/+51
2021-11-30Add files with WS_DLL_PUBLIC to Doxygen part2Moshe Kaplan4-5/+8
2021-11-29wsutil: Split format_size() enumJoão Valverde3-30/+30
2021-11-29wsutil/str_util: Fix indentationJoão Valverde2-142/+138
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan59-65/+63
2021-11-29Move string_or_null() to wsutilJoão Valverde1-0/+2
2021-11-29wsutil: Add more character escapes to ws_escape_string()João Valverde2-2/+13
2021-11-29epan: Rewrite ws_escape_string() to use wmemJoão Valverde3-31/+34
2021-11-29Move escape_string() to wsutilJoão Valverde3-0/+93
2021-11-28OS Version Info: Improve Windows detectionUli Heilmeier1-9/+34
2021-11-28Move two functions from epan to wsutil/str_utilJoão Valverde2-0/+83
2021-11-27wmem: Use better names in the APIJoão Valverde3-15/+15
2021-11-26wustil: Fix timezone handling in iso8601_to_nstimeJohn Thacker1-2/+9
2021-11-27wsutil: Clarify NT epoch explanation in commentJohn Thacker1-8/+17
2021-11-26wsutil: Prevent buffer overflow in iso8601_to_nstimeJohn Thacker1-12/+31
2021-11-26wmem: Fix filename in header commentJohn Thacker1-1/+1
2021-11-24OS Version Info: Update Windows 10/11 2016/2019Uli Heilmeier1-1/+1
2021-11-21wmem: Add a multimapJohn Thacker4-0/+381
2021-11-20Update a bunch of GLib documentation links.Gerald Combs1-1/+1
2021-11-15wslog: Remove (part of) a special case for the default levelJoão Valverde2-9/+14
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde2-3/+3
2021-11-14regex: Add a diagnostic messageJoão Valverde1-21/+52
2021-11-14Move regex code to wsutilJoão Valverde3-0/+159
2021-11-14wsutil: Rename ws_return_ptr_if_null() macroJoão Valverde2-9/+26
2021-11-10Fix some narrowing compiler warningsJoão Valverde2-8/+8
2021-11-09wsutil: Improve bytes_to_str_max() APIJoão Valverde6-52/+133
2021-11-09wslog: Add a NULL check.Gerald Combs1-1/+1
2021-10-22wireshark.h: Remove wmem dependency.João Valverde4-36/+51
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde5-17/+7
2021-10-19QUIC: fix compilation on RaspberryNardi Ivan3-10/+13
2021-10-18wsutil: install missing public header wsgcrypt.hBrian Sipos1-0/+1
2021-10-17dfilter: Require double-quoted strings with "matches"João Valverde1-0/+4