]> The Tcpdump Group git mirrors - libpcap/commit
Put the different implementations of "pcap_findalldevs()" into separate
authorguy <guy>
Sat, 27 Jul 2002 18:45:34 +0000 (18:45 +0000)
committerguy <guy>
Sat, 27 Jul 2002 18:45:34 +0000 (18:45 +0000)
commit2dcac1bb6bf24a5f459d2fb199e54aa9aea8a1cf
tree5fffa11b973ad9d6b2d0fd220db0c702f049be54
parent5b8139d3d4b671848bc6360258dbe136a563a677
Put the different implementations of "pcap_findalldevs()" into separate
source files, rather than having a pile of #ifdefs in "inet.c".  Add
code to the configure script to determine which implementation to use on
the platform for which libpcap is being built.

Add a "pcap_findalldevs()" implementation for Solaris 8 and later that
handles IPv6 addresses.
12 files changed:
FILES
Makefile.in
aclocal.m4
config.h.in
configure
configure.in
fad-getad.c [new file with mode: 0644]
fad-gifc.c [new file with mode: 0644]
fad-glifc.c [new file with mode: 0644]
fad-null.c [new file with mode: 0644]
inet.c
pcap-int.h