aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2022-05-16extcap: Close pipe on windows properlyRoland Knall2-0/+23
2022-04-29Fix "generated by" comments in configuration files.Gerald Combs2-3/+17
2022-04-22glib: Bump required version to 2.50John Thacker2-11/+1
2022-04-21libgcrypt: Remove HAVE_GCRYPT_AEAD , _CHACHA20John Thacker1-15/+3
2022-04-20libgcrypt: Require version 1.8.0John Thacker4-34/+0
2022-04-18Revert "wsutil: Use a separate "extlog" directory for Logwolf extcaps."Gerald Combs2-6/+4
2022-04-11Try to fix a narrowing warningJoão Valverde2-2/+2
2022-04-11tshark: Add underline to dfilter errorsJoão Valverde2-0/+23
2022-04-07wsutil: Use a separate "extlog" directory for Logwolf extcaps.Gerald Combs2-4/+6
2022-04-05wsutil: Use the correct variable.Gerald Combs1-2/+2
2022-04-04wsutil: Add configuration namespaces.Gerald Combs3-33/+99
2022-03-31safe-math: Remove unnecessary clutterJoão Valverde1-23/+0
2022-03-31safe-math: Fix non-existent built-insJoão Valverde1-2/+2
2022-03-31dfilter: Add binary arithmetic (add/subtract)João Valverde1-0/+1071
2022-03-26wslog: Refactor ws_log_set_fatal() for consistencyJoão Valverde2-12/+10
2022-03-10mpeg: handle the presence of an image in the ID3v2 header.Jeff Morriss2-0/+30
2022-03-09Rename the "image" directory to "resources".Gerald Combs1-1/+1
2022-03-03json_dumper: Adding support to dump JSON to GStringHuang Qiangxiong2-31/+84
2022-02-24Windows: Fix buildJoão Valverde1-1/+1
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry3-0/+133
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