mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
c499612a7f
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). |
||
---|---|---|
.. | ||
datalinks.c | ||
dlnames.c | ||
getopt_long.c | ||
getservent.c | ||
pcap_dump_ftell.c | ||
snprintf.c | ||
strdup.c | ||
strlcat.c | ||
strlcpy.c | ||
strsep.c | ||
win_ether_ntohost.c | ||
win_ether_ntohost.h |