aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-11-14wsutil: Rename ws_return_ptr_if_null() macroJoão Valverde1-2/+2
2021-11-10Fix some narrowing compiler warningsJoão Valverde1-6/+6
2021-11-09wsutil: Improve bytes_to_str_max() APIJoão Valverde1-30/+51
2021-10-22wireshark.h: Remove wmem dependency.João Valverde1-0/+1
2021-09-17wsutil/to_str: Use a macro to check buffer sizeJoão Valverde1-14/+12
2021-09-17wsutil: Remove ip6_to_str_buf_with_pfx()João Valverde1-18/+0
2021-09-17wsutil: Rewrite ip6_to_str_buf()João Valverde1-13/+8
2021-09-16wsutil: Add ip_to_str()João Valverde1-0/+18
2021-09-16Move more numerical functions to wsutil/to_str.hJoão Valverde1-0/+193
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde1-0/+70
2021-09-16wsutil/to_str: Rename some functions for consistencyJoão Valverde1-2/+2
2021-09-16Move epan/*to_str_back() functions to wsutilJoão Valverde1-0/+219
2021-09-15wslog: Add macro to validate arguments and returnJoão Valverde1-26/+6
2021-07-29wsutil: rename bytestring_to_str() -> bytes_to_str_punct()João Valverde1-3/+3
2021-07-29wsutil: Add max length argument to bytes_to_str()João Valverde1-13/+16
2021-07-29Move bytes_to_str() to wsutilJoão Valverde1-0/+188