aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/socket.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24Convert wsutil to C99 typesGerald Combs1-5/+5
2021-12-19wsutil: Use snprintf() and ws_strdup_printf()João Valverde1-6/+3
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-1/+2
2019-11-11Include <string.h>.Guy Harris1-0/+1
2019-11-11dumpcap: Add support for TCP@IPv6 socket capturesJoão Valverde1-0/+102
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-0/+49