aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/str_util.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-09tshark: Escape delimiter separated value in compliant waysJohn Thacker1-11/+39
2023-10-27wsutil: Add a memrchr implementationJohn Thacker1-0/+30
2023-10-22wsutil: wmem_strjoinv behavior on empty arrayJohn Thacker1-2/+3
2023-10-11wsutil: Rename ws_strcasestr to ws_ascii_strcasestrJohn Thacker1-1/+1
2023-10-12wsutil: Do not use built in strcasestrJohn Thacker1-4/+4
2023-09-22wsutil: Convert string modules to C99 typesGerald Combs1-110/+110
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-3/+3
2022-11-18IAX2: Fix UTF-8 string encodingJoão Valverde1-0/+28
2022-10-16Add a #define for REPLACEMENT CHARACTER and use it.Guy Harris1-9/+6
2022-10-12wsutil/str_util: Add ws_utf8_truncateJohn Thacker1-0/+15
2022-10-08Move print_hex_data_buffer() to wsutilJoão Valverde1-0/+223
2022-10-02Remove encoding warnings from format_text()João Valverde1-12/+0
2022-09-28Move format_text() to libwsutil and add unit testsJoão Valverde1-0/+483
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde1-36/+0
2022-06-21wsutil/str_util: Escape string API extensionsJoão Valverde1-48/+76
2022-04-11Try to fix a narrowing warningJoão Valverde1-1/+1
2022-04-11tshark: Add underline to dfilter errorsJoão Valverde1-0/+20
2022-02-05wsutil: Just use g_utf8_validate for nowJohn Thacker1-1/+1
2022-02-06epan: Add BASE_SHOW_UTF_8_PRINTABLEJohn Thacker1-5/+11
2021-12-27wsutil/inet_addr: Refactor to use C99/POSIX typesJoão Valverde1-0/+14
2021-12-19wsutil: Use snprintf() and ws_strdup_printf()João Valverde1-2/+2
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+187
2021-12-02dfilter: Avoid dumping mangled UTF-8João Valverde1-20/+9
2021-11-29wsutil: Split format_size() enumJoão Valverde1-11/+12
2021-11-29wsutil/str_util: Fix indentationJoão Valverde1-138/+138
2021-11-29wsutil: Add more character escapes to ws_escape_string()João Valverde1-0/+7
2021-11-29epan: Rewrite ws_escape_string() to use wmemJoão Valverde1-17/+31
2021-11-29Move escape_string() to wsutilJoão Valverde1-0/+65
2021-11-28Move two functions from epan to wsutil/str_utilJoão Valverde1-0/+57
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde1-3/+1
2021-07-26Remove duplicate format_size() functionJoão Valverde1-22/+23
2021-07-11wsutil: Revert some changes to format_size()João Valverde1-23/+13
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-1/+2
2019-12-02Add format_size_wmemMichael Mann1-13/+22
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-28Z39.50: Implementation of Z39.50 Information Retrieval protocolCraig Jackson1-1/+1
2018-04-28lwm2mtlv: Handle String data type as UTF-8Stig Bjørlykke1-0/+19
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-13/+1
2017-10-24Test g_printf() thousands grouping flag at runtimeJoão Valverde1-13/+29
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-2/+1
2015-08-18UDP multicast stream dialog.Gerald Combs1-0/+1
2015-02-18Not all compilers support turning of "format=".Guy Harris1-2/+2
2015-02-18Suppress a printf grouping warning.Gerald Combs1-0/+3
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-2/+1
2014-12-28Deleting unnecessary #includes from wsutil.Martin Mathieson1-1/+0
2014-10-17Don't use ctype.h routines.Guy Harris1-3/+1
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-7/+20
2014-09-04Don't print non-printable characters in AX.25 addresses.Jeff Morriss1-1/+9
2014-08-24Clean up capinfos output.Guy Harris1-4/+10