tcpdump/missing
Guy Harris c499612a7f Add nd_{v}snprintf() routines/wrappers.
Some versions of the MSVC runtime library have a non-C99-compliant
vsnprintf(), which we want to avoid.  On Windows, use snprintf() and
vsnprintf() for VS 2015 and later, where they both exist in
C99-compliant forms, and wrap _{v}snprintf_s() otherwise (they're
guaranteed to do the null termination that we want).
2018-01-29 15:48:55 -08:00
..
datalinks.c Always include <config.h> rather than "config.h". 2018-01-21 12:27:28 -08:00
dlnames.c Always include <config.h> rather than "config.h". 2018-01-21 12:27:28 -08:00
getopt_long.c opterr should default to 1, so illegal options are reported. 2014-05-07 12:05:29 -07:00
getservent.c Add nd_{v}snprintf() routines/wrappers. 2018-01-29 15:48:55 -08:00
pcap_dump_ftell.c Create the missing/pcap_dump_ftell.c that's expected by autotools and CMake. 2018-01-26 00:10:48 -08:00
snprintf.c Add nd_{v}snprintf() routines/wrappers. 2018-01-29 15:48:55 -08:00
strdup.c libnetdissect code must include 'netdissect.h', not 'interface.h' 2015-09-11 13:22:56 +02:00
strlcat.c Remove all storage class specifier 'register' 2017-12-13 19:17:47 +01:00
strlcpy.c Remove all storage class specifier 'register' 2017-12-13 19:17:47 +01:00
strsep.c Remove all storage class specifier 'register' 2017-12-13 19:17:47 +01:00
win_ether_ntohost.c Add nd_{v}snprintf() routines/wrappers. 2018-01-29 15:48:55 -08:00
win_ether_ntohost.h Oops, forgot to add missing/win_ether_ntohost.h. 2018-01-23 10:59:09 -08:00