summaryrefslogtreecommitdiff
path: root/fad-gifc.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use ctype.h macros.Guy Harris2019-08-311-2/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-1/+1
* Assume we have limits.h.Guy Harris2018-09-091-5/+0
* Pass the "get additional flags" function to the findalldevs helpers.Guy Harris2018-04-301-2/+2
* Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris2018-01-201-3/+3
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-22/+21
* Clean up some warnings.Guy Harris2017-08-191-1/+17
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Rename a routine to match find_or_add_if().Guy Harris2017-01-201-1/+1
* Pass IFF_ flags to add_addr_to_iflist().Guy Harris2017-01-181-1/+1
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-14/+2
* Squelch a warning.Guy Harris2016-08-111-1/+1
* Let the platform decide how to check capturable interfaces.Guy Harris2016-06-281-1/+12
* Split out the UN*X flags to pcap flags mapping.Guy Harris2016-01-251-4/+4
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-7/+7
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-6/+6
* 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