summaryrefslogtreecommitdiff
path: root/fad-glifc.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use ctype.h macros.Guy Harris2019-08-311-2/+1
* Pass the "get additional flags" function to the findalldevs helpers.Guy Harris2018-04-301-2/+2
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-26/+25
* 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
* We forgot to remove the "skip entries" part in 547b1dec.Guy Harris2016-10-151-22/+0
* Let the platform decide how to check capturable interfaces.Guy Harris2016-06-281-9/+20
* Split out the UN*X flags to pcap flags mapping.Guy Harris2016-01-251-1/+2
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-9/+9
* 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-10/+1
* From Sagun Shakya: fix typoes in comments.guy2008-01-301-3/+3
* From Albert Chin: fix a cut-and-pasteo.guy2005-04-191-2/+2
* Don't ignore Solaris logical interface entries, as they could giveguy2005-01-291-2/+30
* Add checks for interfaces that begin with "dummy" or that end with ":"guy2005-01-281-1/+34
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* Leave it up to the platform-dependent "get interface list" code toguy2002-07-301-2/+5
* Put the different implementations of "pcap_findalldevs()" into separateguy2002-07-271-0/+322