aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-26epan: Format column string input for display.João Valverde1-0/+3
2022-10-26Rename ws_label_strcat() to ws_label_strcpy()João Valverde1-1/+1
2022-10-20epan/proto: Replace format text()João Valverde1-0/+5
2022-09-28Move format_text() to libwsutil and add unit testsJoão Valverde1-75/+0
2022-09-28epan: Change signature of format_text()João Valverde1-3/+3
2022-09-28epan: Update format_text() API documentationJoão Valverde1-24/+10
2022-09-07strutil.h: Fix function description.Anders Broman1-1/+0
2022-09-03Qt: Add percent-encoding to Show Packet BytesJohn Thacker1-1/+12
2021-12-03epan: Rewrite format_text_chr() using standard APIsJoão Valverde1-1/+2
2021-11-30epan: Remove unused format_uri() functionJoão Valverde1-17/+0
2021-11-29Move string_or_null() to wsutilJoão Valverde1-8/+0
2021-11-29epan/str_util: Remove unused functionsJoão Valverde1-32/+0
2021-11-29Move escape_string() to wsutilJoão Valverde1-7/+0
2021-11-28Move two functions from epan to wsutil/str_utilJoão Valverde1-27/+1
2021-11-04epan: Fix crash with upper-case protocol filter namesJoão Valverde1-0/+7
2021-07-26Remove duplicate format_size() functionJoão Valverde1-18/+0
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2020-08-20Add format_text_string(), which gets the length with strlen().Guy Harris1-4/+47
2019-12-02Add format_size_wmemMichael Mann1-0/+19
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-01-31Add wmem allocator parameter to format_uriMichael Mann1-1/+2
2017-01-31format_text_wmem -> format_textMichael Mann1-13/+1
2017-01-31Add format_text_wmem.Michael Mann1-0/+13
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-1/+2
2017-01-30Have format_text_chr use wmem allocated memory.Michael Mann1-1/+4
2016-01-20Fix constnessJoão Valverde1-1/+1
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-1/+29
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Fix warnings + remove some v. old comment from strutil.hJakub Zawadzki1-2/+0
2013-12-02Fix (-W)documentation error found by ClangAlexis La Goutte1-1/+1
2013-11-12Fix typo (for generated Documentation)Alexis La Goutte1-1/+1
2013-11-10Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki1-24/+0
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki1-4/+0
2013-11-09Remove comment (leftovers from r49444) + add missing WS_DLL_PUBLIC for adler32Jakub Zawadzki1-4/+0
2013-10-12From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9229Evan Huus1-0/+16
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-0/+11
2013-05-20Make the minimum supported GLib version 2.16.Gerald Combs1-5/+0
2013-05-03Add WS_DLL_PUBLIC to all functions declared here.Guy Harris1-0/+6
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+20
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-3/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-10-22g_strcmp0 first occures in GLIB 2.16 define it localy if it does not existAnders Broman1-0/+8
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-0/+8
2011-04-13Change ws_strdup_escape_underscore() function to be more general, byStephen Fisher1-8/+10
2010-08-29Doxygen changes.Anders Broman1-3/+14
2010-05-27From Edgar Gladkich:Gerald Combs1-0/+11
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis1-0/+16
2009-10-23Move IA5_7BIT_decode to strutil.cAnders Broman1-0/+3