aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2022-08-16win32-utils: Explicitly list inherited handlesTomasz Moń3-9/+71
2022-08-14wsutil: Remove flawed ws_pipe_close() functionTomasz Moń2-17/+0
2022-08-10wsutil: Use GIOChannel for standard pipesTomasz Moń2-146/+31
2022-08-03About: Reformat and expand some text.João Valverde4-75/+0
2022-07-27Convert capture file regex search to PCRE2.João Valverde2-12/+51
2022-07-16Win32: Fix child process pipe handle leaksTomasz Moń1-0/+15
2022-07-10Get CPU type strings from the OS if possible.Guy Harris1-5/+425
2022-07-06Add a default configuration profile for Logray.Gerald Combs2-0/+12
2022-07-06Rename Logwolf to LograyGerald Combs2-10/+10
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde8-101/+174
2022-06-21wsutil/str_util: Escape string API extensionsJoão Valverde3-50/+90
2022-06-08dfilter: Make regex matches case insensitive by defaultJoão Valverde2-3/+23
2022-06-01cpuid: clean up, update. and expand some comments.Guy Harris2-7/+25
2022-06-01cpuid: don't use __cpuid on non-x86 Windows.Guy Harris1-0/+19
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