aboutsummaryrefslogtreecommitdiffstats
path: root/fad-gifc.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-09Scan /proc/net/dev on Linux regardless of how we get the interface list.Guy Harris1-144/+0
2008-08-06We shouldn't need to include <sys/file.h>, and, as I remember, it causedguy1-2/+1
2005-06-29Checking whether the amount of data returned by SIOCGIFCONF is less thanguy1-5/+28
2005-04-08Rename HAVE_HPUX10_20 to HAVE_HPUX10_20_OR_LATER, because it's alsoguy1-3/+3
2005-04-08From Don Ebright: handle logical interfaces on HP-UX 10.20 and 11.x.guy1-3/+3
2005-01-29Don't ignore Solaris logical interface entries, as they could giveguy1-24/+30
2005-01-28Add checks for interfaces that begin with "dummy" or that end with ":"guy1-1/+34
2004-02-27From Shaun Clowes: work around brokenness in the 32-bit compatibilityguy1-1/+15
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-02-25Alas, there are some versions of GNU libc that don't have "SA_LEN()"; atguy1-3/+5
2002-08-03Put in a note about IPv6 addresses on platforms that have onlyguy1-1/+11
2002-07-30Leave it up to the platform-dependent "get interface list" code toguy1-37/+56
2002-07-27Put the different implementations of "pcap_findalldevs()" into separateguy1-0/+471