aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/str_util.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-18IAX2: Fix UTF-8 string encodingJoão Valverde1-0/+18
2022-10-12wsutil/str_util: Add ws_utf8_truncateJohn Thacker1-0/+23
2022-10-08Move print_hex_data_buffer() to wsutilJoão Valverde1-0/+29
2022-10-02Remove encoding warnings from format_text()João Valverde1-1/+2
2022-09-28Move format_text() to libwsutil and add unit testsJoão Valverde1-0/+74
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde1-15/+0
2022-06-21wsutil/str_util: Escape string API extensionsJoão Valverde1-0/+7
2022-04-11Try to fix a narrowing warningJoão Valverde1-1/+1
2022-04-11tshark: Add underline to dfilter errorsJoão Valverde1-0/+3
2022-02-06epan: Add BASE_SHOW_UTF_8_PRINTABLEJohn Thacker1-3/+23
2021-12-27wsutil/inet_addr: Refactor to use C99/POSIX typesJoão Valverde1-0/+3
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+52
2021-11-29wsutil: Split format_size() enumJoão Valverde1-16/+15
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-11-29Move string_or_null() to wsutilJoão Valverde1-0/+2
2021-11-29epan: Rewrite ws_escape_string() to use wmemJoão Valverde1-4/+1
2021-11-29Move escape_string() to wsutilJoão Valverde1-0/+6
2021-11-28Move two functions from epan to wsutil/str_utilJoão Valverde1-0/+26
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde1-3/+1
2021-09-30dfilter: Display syntax tree for debuggingJoão Valverde1-0/+2
2021-07-26Remove duplicate format_size() functionJoão Valverde1-1/+5
2021-07-11wsutil: Revert some changes to format_size()João Valverde1-3/+2
2019-12-02Add format_size_wmemMichael Mann1-2/+3
2019-01-07str_util(.h): fix issue on doxygen documentationAlexis La Goutte1-3/+3
2019-01-04wsutil: fix code according to clang-tidy.Dario Lombardo1-3/+3
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/+9
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
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+3
2014-09-04Don't print non-printable characters in AX.25 addresses.Jeff Morriss1-0/+2
2014-08-24Clean up capinfos output.Guy Harris1-5/+7
2014-07-23Add some #includes to satisfy check-abiEvan Huus1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki1-0/+3
2013-10-12Another Solaris Studio C++ fix.Gerald Combs1-5/+3
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+4
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+7
2013-02-26Print human-readable statistics by default. Raw values can be printedGerald Combs1-1/+1
2012-12-26Squash some sign-conversion warnings that g++ picks up but gcc doesEvan Huus1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-10-19The file set and export object trees are lists. Make them act likeGerald Combs1-3/+1
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs1-0/+16
2012-10-18str_util.c:format_size() uses 0xff00 for the mask, so left-shift format_size_...Chris Maynard1-2/+2
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs1-4/+26
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-17Move exec_isdigit_string() and exec_isprint_string() functions out ofStephen Fisher1-0/+14
2009-01-17Revise ascii...inplace to return a ptr to the string Bill Meier1-2/+4
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-0/+60