aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/test_wsutil.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-21wsutil/str_util: Escape string API extensionsJoão Valverde1-2/+7
2021-12-30wsutil: Fix time zone handling.John Thacker1-3/+3
2021-12-27wsutil/nstime: Fix ISO8601 parsing with tz offset separatorJoão Valverde1-1/+19
2021-12-27wsutil/nstime: Add tests for iso8601_to_nstime()João Valverde1-0/+49
2021-12-27wsutil/inet_addr: Refactor to use C99/POSIX typesJoão Valverde1-1/+64
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+80
2021-12-02dfilter: Avoid dumping mangled UTF-8João Valverde1-4/+0
2021-11-29wsutil: Split format_size() enumJoão Valverde1-3/+3
2021-11-29wsutil: Add more character escapes to ws_escape_string()João Valverde1-2/+6
2021-11-29epan: Rewrite ws_escape_string() to use wmemJoão Valverde1-10/+2
2021-11-29Move escape_string() to wsutilJoão Valverde1-0/+22
2021-11-09wsutil: Improve bytes_to_str_max() APIJoão Valverde1-0/+56
2021-09-30ws_getopt: Add a test for optional parameterJoão Valverde1-0/+38
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-4/+4
2021-09-25test_wsutil: Use 'static' linkageJoão Valverde1-19/+19
2021-09-19ws_getopt: Cleaner better __getopt_msg()João Valverde1-0/+40
2021-09-17ws_getopt: Add test suite skeleton with some basic testsJoão Valverde1-0/+100
2021-09-16wsutil: Add some tests for word_to_hex()João Valverde1-0/+49
2021-09-16wsutil: Add tests for to_str_back()João Valverde1-0/+153
2021-09-15wsutil: Add test for bytes_to_str_punct()João Valverde1-0/+24
2021-07-29wsutil: rename bytestring_to_str() -> bytes_to_str_punct()João Valverde1-3/+3
2021-07-29wsutil: Clean up unit test namespacesJoão Valverde1-10/+25
2021-07-29wsutil: Add some tests for bytes_to_str()João Valverde1-0/+38
2021-07-11wsutil: Start adding a test suiteJoão Valverde1-0/+58