aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2021-10-18wsutil: install missing public header wsgcrypt.hBrian Sipos1-0/+1
2021-10-17dfilter: Require double-quoted strings with "matches"João Valverde1-0/+4
2021-10-11wsutil: Provide static inline g_memdup2 in glib-compat.h to not export itBalint Reczey3-45/+14
2021-10-03ieee80211: Add 6E support when converting freq. to channel number.Adrian Granados1-14/+13
2021-09-30dfilter: Display syntax tree for debuggingJoão Valverde1-0/+2
2021-09-30ws_getopt: Add a test for optional parameterJoão Valverde1-0/+38
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde3-16/+16
2021-09-30wslog: Alias --log-domain to --log-domainsJoão Valverde1-8/+18
2021-09-25test_wsutil: Use 'static' linkageJoão Valverde1-19/+19
2021-09-21Qt: Register import_hexdump.json as a profile fileStig Bjørlykke2-4/+17
2021-09-21file_util: Fix declaration is not a prototype [-Wstrict-prototypes]João Valverde1-3/+3
2021-09-19ws_getopt: Cleaner better __getopt_msg()João Valverde2-4/+47
2021-09-18wslog: Add ws_log_buffer()João Valverde2-0/+49
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