mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 02:23:27 +08:00
1ed63b5d06
We require an environment with a C99-compatible snprintf(), so we don't need to work around older implementations. Make the configuration process fail if we don't have snprintf() and vsnprintf(). We require at least VS 2015, so we don't have to check for _MSC_VER >= 1400. Make the build fail if we don't have at least VS 2015. We apparently do, however, have to use __inline, as the VS 2015 documentation doesn't meaning plain old "inline". Update a comment. |
||
---|---|---|
.. | ||
datalinks.c | ||
dlnames.c | ||
getopt_long.c | ||
getopt_long.h | ||
getservent.c | ||
pcap_dump_ftell.c | ||
snprintf.c | ||
strdup.c | ||
strlcat.c | ||
strlcpy.c | ||
strsep.c | ||
win_ether_ntohost.c | ||
win_ether_ntohost.h |