tcpdump/missing
Guy Harris 11f73ad248 Don't require IPv6 library support in order to support IPv6 addresses.
Have our own routines to convert between IPv4/IPv6 addresses and
strings; that helps if, for example, we want to build binary versions of
tcpdump for Windows that can run both on NT 5 (W2K/WXP), which doesn't
have inet_ntop() or inet_pton(), and NT 6 (Vista/7/8/10), which do.  It
also means that we don't require IPv6 library support on UN*X to print
addresses (if somebody wants to build tcpdump for older UN*Xes lacking
IPv6 support in the system library or in add-on libraries).

Get rid of files in the missing directory that we don't need, and
various no-longer-necessary autoconf tests.
2015-09-17 14:56:44 -07:00
..
datalinks.c Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' 2015-09-10 08:50:40 +02:00
dlnames.c Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' 2015-09-10 08:50:40 +02:00
getopt_long.c opterr should default to 1, so illegal options are reported. 2014-05-07 12:05:29 -07:00
snprintf.c libnetdissect code must include 'netdissect.h', not 'interface.h' 2015-09-11 13:22:56 +02:00
strdup.c libnetdissect code must include 'netdissect.h', not 'interface.h' 2015-09-11 13:22:56 +02:00
strlcat.c libnetdissect code must include 'netdissect.h', not 'interface.h' 2015-09-11 13:22:56 +02:00
strlcpy.c libnetdissect code must include 'netdissect.h', not 'interface.h' 2015-09-11 13:22:56 +02:00
strsep.c libnetdissect code must include 'netdissect.h', not 'interface.h' 2015-09-11 13:22:56 +02:00