aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2022-11-06wmem: Make wmem_strbuf_utf8_validate endpptr param optionalJohn Thacker2-5/+20
2022-10-30unicode-utils: Add a null check to UTF-8 validationJoão Valverde1-1/+1
2022-10-21wmem: Make strbuf_utf8_validate() accept embedded NUL bytesJoão Valverde3-2/+57
2022-10-20CMake: Add -Werror to test binariesJoão Valverde2-0/+2
2022-10-19charsets: Don't add illegal Unicode codepoints for UTF-16, UTF-32John Thacker2-0/+17
2022-10-16Add a #define for REPLACEMENT CHARACTER and use it.Guy Harris3-11/+12
2022-10-15TDS: Reject invalid ASCIIJoão Valverde1-0/+3
2022-10-15wslog: Do not print control charactersJoão Valverde3-8/+74
2022-10-14wsutil: Rewrite ws_utf8_char_len() using a lookup tableJoão Valverde2-14/+28
2022-10-12wsutil/str_util: Add ws_utf8_truncateJohn Thacker2-0/+38
2022-10-11wslog: rename console open preference enumJoão Valverde2-5/+5
2022-10-11wslog: Fix console_open registry key nameJoão Valverde2-1/+7
2022-10-11Windows: Store "gui.console_open" in the Windows registryJoão Valverde5-7/+453
2022-10-08Add log init message to main()João Valverde1-11/+14
2022-10-08Move print_hex_data_buffer() to wsutilJoão Valverde2-0/+252
2022-10-08wmem: Avoid header dependency on wsutilJoão Valverde2-2/+2
2022-10-08wslog: Improve display for UTF-8 stringsJoão Valverde1-14/+11
2022-10-07wiretap: Add enum generationJoão Valverde3-0/+58
2022-10-05wsutil: Improve UTF-8 APIs for debuggingJoão Valverde6-15/+164
2022-10-04wslog: Improve help outputJoão Valverde1-3/+8
2022-10-04wslog: Do not leak memoryJoão Valverde1-0/+1
2022-10-02Remove encoding warnings from format_text()João Valverde2-13/+2
2022-09-28Move format_text() to libwsutil and add unit testsJoão Valverde3-0/+633
2022-09-28wslog: Activate message if domain is fatalJoão Valverde1-0/+9
2022-09-28wslog: Add option to make a list of domains fatalJoão Valverde2-18/+88
2022-09-28wslog: Print to stderr with a null error handlerJoão Valverde1-4/+4
2022-09-27wmem: Remove a redundant ternary operatorJoão Valverde1-1/+1
2022-09-27wmem: Rename some variablesJoão Valverde2-47/+47
2022-09-27Add some UTF-8 debug checks with a compile time flagJoão Valverde2-2/+33
2022-09-16wmem: Add a wmem_map_foreach_remove functionJohn Thacker3-0/+56
2022-09-15UDPCP: seq-num analysis, and match data and ACKsMartin Mathieson2-0/+26
2022-09-10Dissector names are not protocol names.Guy Harris1-11/+21
2022-09-08Qt+extcap: Make our capture error dialog less noisy.Gerald Combs1-0/+1
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