aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-11wsutil: Provide static inline g_memdup2 in glib-compat.h to not export itBalint Reczey3-45/+14
2021-10-03ieee80211: Add 6E support when converting freq. to channel number.Adrian Granados1-14/+13
2021-09-30dfilter: Display syntax tree for debuggingJoão Valverde1-0/+2
2021-09-30ws_getopt: Add a test for optional parameterJoão Valverde1-0/+38
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde3-16/+16
2021-09-30wslog: Alias --log-domain to --log-domainsJoão Valverde1-8/+18
2021-09-25test_wsutil: Use 'static' linkageJoão Valverde1-19/+19
2021-09-21Qt: Register import_hexdump.json as a profile fileStig Bjørlykke2-4/+17
2021-09-21file_util: Fix declaration is not a prototype [-Wstrict-prototypes]João Valverde1-3/+3
2021-09-19ws_getopt: Cleaner better __getopt_msg()João Valverde2-4/+47
2021-09-18wslog: Add ws_log_buffer()João Valverde2-0/+49
2021-09-17ws_getopt: Add test suite skeleton with some basic testsJoão Valverde1-0/+100
2021-09-17Revert "ws_getopt: Disable MSVC warning C4244"João Valverde1-6/+0