aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-24epan: Make hex_str_to_bytes reject an odd # of hex characters >= 3John Thacker1-3/+17
2023-11-23wustil: Warn about passing NULL string to ws_label_strcpyJohn Thacker1-0/+1
2022-10-27epan: ensure that the result of ws_label_strcpy is terminatedJohn Thacker1-0/+2
2022-10-26epan: Format column string input for display.João Valverde1-0/+6
2022-10-26Rename ws_label_strcat() to ws_label_strcpy()João Valverde1-1/+1
2022-10-26Remove memset() from ws_label_str()João Valverde1-2/+6
2022-10-21epan: Fix the end offsets for hex string itemsJohn Thacker1-3/+2
2022-10-20epan/proto: Replace format text()João Valverde1-0/+138
2022-09-28Move format_text() to libwsutil and add unit testsJoão Valverde1-482/+0
2022-09-28epan: Change signature of format_text()João Valverde1-6/+6
2022-09-28Add a log domain for encoding errors and lower the log levelJoão Valverde1-1/+2
2022-09-27epan: Add a warning for invalid UTF-8 with format_text()João Valverde1-0/+12
2022-09-21XML: Do escape ASCII control charactersJohn Thacker1-1/+15
2022-09-03Qt: Add percent-encoding to Show Packet BytesJohn Thacker1-4/+19
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-03epan: Rewrite format_text_chr() using standard APIsJoão Valverde1-21/+12
2021-11-30epan: Remove unused format_uri() functionJoão Valverde1-51/+0
2021-11-30epan: Remove duplication in format_text_wsp()João Valverde1-321/+61
2021-11-30epan: Fix UTF-8 bitmask for 2-byte codepointJoão Valverde1-1/+1
2021-11-30Add comment with rationale for having format_text_chr().João Valverde1-1/+2
2021-11-29Move string_or_null() to wsutilJoão Valverde1-8/+0
2021-11-29epan/str_util: Remove unused functionsJoão Valverde1-75/+0
2021-11-29Move escape_string() to wsutilJoão Valverde1-65/+0
2021-11-28Move two functions from epan to wsutil/str_utilJoão Valverde1-45/+0
2021-11-04epan: Fix crash with upper-case protocol filter namesJoão Valverde1-0/+58
2021-07-26Remove duplicate format_size() functionJoão Valverde1-9/+0
2020-12-09epan: Fix format_text treament of Greek, Arabic, etc.John Thacker1-3/+10
2020-08-20Add format_text_string(), which gets the length with strlen().Guy Harris1-4/+29
2019-12-02Add format_size_wmemMichael Mann1-0/+9
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-25Don't format printable non-ASCII Unicode characters as escape sequences.Guy Harris1-153/+589
2019-05-21Fix format_uri().Guy Harris1-8/+12
2019-01-04epan: remove return from functions returning void.Dario Lombardo1-1/+0
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-01-31Add wmem allocator parameter to format_uriMichael Mann1-22/+13
2017-01-31format_text_wmem -> format_textMichael Mann1-105/+1
2017-01-31Add format_text_wmem.Michael Mann1-0/+95
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-31/+21
2017-01-30Have format_text_chr use wmem allocated memory.Michael Mann1-21/+11
2016-01-20Fix constnessJoão Valverde1-2/+2
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2014-10-17Don't use ctype.h routines.Guy Harris1-24/+23
2014-10-16Oops, I missed one "cast a char to int and use it as a subscript" case.Guy Harris1-1/+1
2014-10-16Fix some more "char is unsigned" issues, and a possible "char is signed" one.Guy Harris1-4/+4
2014-10-06Revert "Qt: Try to fix a Visual C++ encoding warning."Gerald Combs1-1/+1
2014-09-04Fix up some formatting.Jeff Morriss1-7/+15
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-1/+128
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-8/+8
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki1-12/+3