summaryrefslogtreecommitdiff
path: root/fad-gifc.c
Commit message (Collapse)AuthorAgeFilesLines
* Alas, there are some versions of GNU libc that don't have "SA_LEN()"; atguy2003-02-251-3/+5
| | | | | least for those that also have "getifaddrs()", we have to get the size by looking at the address family.
* Put in a note about IPv6 addresses on platforms that have onlyguy2002-08-031-1/+11
| | | | SIOCGIFLIST to get interface lists.
* Leave it up to the platform-dependent "get interface list" code toguy2002-07-301-37/+56
| | | | | figure out how big the addresses are, as the way that's done is, well, platform-dependent....
* Put the different implementations of "pcap_findalldevs()" into separateguy2002-07-271-0/+471
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.