aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2022-12-23Add a routine to get the path of an executable given the program name.Guy Harris2-2/+40
2022-12-22wsutil: Make progfile_dir the main program file directory.Gerald Combs2-1/+21
2022-12-16protobuf: Do not crash on zero length bytes elementJohn Thacker2-1/+1
2022-12-15cli: Fix copying global profile to personal at startupJohn Thacker1-23/+72
2022-12-15wslog: Resynchronize UTF-8 displayJoão Valverde1-19/+46
2022-12-15wmem: Add wmem_strbuf_append_c_count()João Valverde3-0/+19
2022-12-15wmem: Optimize some strbuf functionsJoão Valverde1-43/+33
2022-12-15CMake: Disable UTF-8 debug checks for release buildsJoão Valverde1-10/+0
2022-12-12Extcap: Create our fifo in a temporary directory.Gerald Combs2-17/+61
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde4-69/+21
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-3/+3
2022-11-29wslog: Check fileno() for errorsJoão Valverde1-2/+5
2022-11-18IAX2: Fix UTF-8 string encodingJoão Valverde2-0/+46
2022-11-15Add Management Component Transport Protocol (MCTP) dissectorJeremy Kerr1-0/+1
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