aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2021-09-17ws_getopt: Add test suite skeleton with some basic testsJoão Valverde1-0/+100
2021-09-17Revert "ws_getopt: Disable MSVC warning C4244"João Valverde1-6/+0
2021-09-16ws_getopt: Fix some clang warnings.Gerald Combs2-6/+14
2021-09-17ws_getopt: Disable MSVC warning C4244João Valverde1-0/+6
2021-09-17Merge ws_getopt source filesJoão Valverde4-182/+142
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde7-1699/+170
2021-09-17Add musl getopt_long() source files to projectJoão Valverde3-0/+283
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 Valverde2-21/+0
2021-09-17wsutil: Rewrite ip6_to_str_buf()João Valverde2-14/+9
2021-09-16wsutil: Add ip_to_str()João Valverde2-0/+22
2021-09-16Move more numerical functions to wsutil/to_str.hJoão Valverde2-0/+210
2021-09-16wsutil: Add some tests for word_to_hex()João Valverde2-28/+77
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde2-0/+161
2021-09-16wsutil: Add tests for to_str_back()João Valverde1-0/+153
2021-09-16wsutil/to_str: Rename some functions for consistencyJoão Valverde2-4/+4
2021-09-16Move epan/*to_str_back() functions to wsutilJoão Valverde2-0/+333
2021-09-15wslog: Add macro to validate arguments and returnJoão Valverde2-26/+40
2021-09-15wsutil: Add test for bytes_to_str_punct()João Valverde1-0/+24
2021-09-11Windows: Update displayed OS version infoGraham Bloice1-0/+4
2021-08-31iwarp_mpa: fix iWarp MPA for NFS-over-RDMAJorge Mora1-0/+2
2021-08-24wmem: don't check whether sizeof(type) is <= 0.Guy Harris1-4/+9
2021-08-21Fix some issues with Exported PDUs.Guy Harris1-26/+27
2021-08-20Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header.Guy Harris2-0/+167
2021-07-30nstime: Fix Dead Store (found by Clang Analyzer)Alexis La Goutte1-2/+2
2021-07-29wslog: Add function to log directly without filteringJoão Valverde2-0/+25
2021-07-29wsutil: rename bytestring_to_str() -> bytes_to_str_punct()João Valverde3-8/+8
2021-07-29wsutil: Clean up unit test namespacesJoão Valverde1-10/+25
2021-07-29wsutil: Add max length argument to bytes_to_str()João Valverde2-15/+27
2021-07-29wsutil: Add some tests for bytes_to_str()João Valverde1-0/+38
2021-07-29Move bytes_to_str() to wsutilJoão Valverde3-0/+262
2021-07-29wslog: Avoid macro duplicationJoão Valverde1-6/+7
2021-07-26Remove duplicate format_size() functionJoão Valverde4-23/+41
2021-07-26Move wmem to wsutilJoão Valverde40-0/+8525
2021-07-25wslog: Minor fixes and cleanupsJoão Valverde2-10/+8
2021-07-15CMake: Don't bother checking for fcntl.h or floorl.Gerald Combs1-2/+0
2021-07-14CMake: Adjust wsutil includes and linking.Gerald Combs1-14/+15
2021-07-11wsutil: Start adding a test suiteJoão Valverde2-0/+69
2021-07-11wsutil: Revert some changes to format_size()João Valverde2-26/+15
2021-07-09wslog: Fix representation of null domainJoão Valverde1-1/+1
2021-07-09wslog: fixup copyrightJoão Valverde2-2/+6
2021-07-09wslog: Fix commentJoão Valverde1-2/+2
2021-06-29wslog: Prefer more modern time APIsJoão Valverde2-43/+74
2021-06-28wslog: don't assume how big struct timeval's tv_usec is.Guy Harris1-1/+1
2021-06-28wslog: Replace g_date_time_format()João Valverde2-24/+54
2021-06-26wslog: Update API documentation and improve code formattingJoão Valverde2-72/+96
2021-06-26wslog: Check environment initialization for errorsJoão Valverde2-45/+97
2021-06-26wslog: Fatal messages should always be activeJoão Valverde1-0/+6
2021-06-25"config.h" need not and should not be included in any headerJoão Valverde1-2/+0
2021-06-25wsutil: Rewrite ws_assert() to minimize dependenciesJoão Valverde3-22/+84