summaryrefslogtreecommitdiff
path: root/fad-gifc.c
Commit message (Expand)AuthorAgeFilesLines
* Don't exclude interfaces that aren't up.Guy Harris2014-01-101-4/+1
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-11/+3
* Scan /proc/net/dev on Linux regardless of how we get the interface list.Guy Harris2010-01-091-144/+0
* We shouldn't need to include <sys/file.h>, and, as I remember, it causedguy2008-08-061-2/+1
* Checking whether the amount of data returned by SIOCGIFCONF is less thanguy2005-06-291-5/+28
* Rename HAVE_HPUX10_20 to HAVE_HPUX10_20_OR_LATER, because it's alsoguy2005-04-081-3/+3
* From Don Ebright: handle logical interfaces on HP-UX 10.20 and 11.x.guy2005-04-081-3/+3
* Don't ignore Solaris logical interface entries, as they could giveguy2005-01-291-24/+30
* Add checks for interfaces that begin with "dummy" or that end with ":"guy2005-01-281-1/+34
* From Shaun Clowes: work around brokenness in the 32-bit compatibilityguy2004-02-271-1/+15
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* Alas, there are some versions of GNU libc that don't have "SA_LEN()"; atguy2003-02-251-3/+5
* Put in a note about IPv6 addresses on platforms that have onlyguy2002-08-031-1/+11
* Leave it up to the platform-dependent "get interface list" code toguy2002-07-301-37/+56
* Put the different implementations of "pcap_findalldevs()" into separateguy2002-07-271-0/+471