summaryrefslogtreecommitdiff
path: root/fad-getad.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-1/+2
* Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris2018-01-201-6/+6
* Update to reflect the name change for Apple's UNIX-for-Macs.Guy Harris2018-01-081-1/+1
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-2/+2
* 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-2/+1
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-14/+2
* Cope with the NetBSD issue in a different way.Guy Harris2016-08-071-13/+0
* Cope with a NetBSD annoyance.Guy Harris2016-08-071-0/+13
* Let the platform decide how to check capturable interfaces.Guy Harris2016-06-281-30/+41
* 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-1/+1
* Fix/update some comments.Guy Harris2014-01-111-22/+25
* Don't exclude interfaces that aren't up.Guy Harris2014-01-101-10/+0
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Don't try to handle AF_PACKET on Solaris.Guy Harris2013-04-061-4/+10
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-12/+1
* Handle Linux, which has linux/*.h and netpacket/*.h headers that can collide.Guy Harris2011-06-111-8/+10
* Handle Solaris 11, which has AF_PACKET but not (all?) linux/*.h includes.Darren Reed2011-06-041-4/+8
* Add a #include required on RHEL5.Chris Maynard2010-04-011-2/+5
* From RCB-ISIS on SourceForge: handle LynxOS, which has AF_PACKET butguy2007-09-141-2/+6
* From Don Ebright: add support for Linux logical interfaces.guy2005-04-081-1/+33
* From Dean Gaudet <dean@arctic.org>: handle AF_PACKET addresses on OSesguy2004-11-041-1/+10
* Don't rely on SA_LEN to check whether it's passed a null pointer (itguy2004-03-111-13/+34
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* From Mike Wiacek: have "get_sa_len()" return 0 if the "addr" pointerguy2003-09-101-1/+3
* sa_len for netmask is undefined.itojun2003-09-101-2/+2
* Alas, there are some versions of GNU libc that don't have "SA_LEN()"; atguy2003-02-251-4/+28
* From Kazushi Sugyo: address pointers in entries returned byguy2002-10-191-2/+2
* From an anonymous Sourceforge user: include <net/if.h> to declare theguy2002-08-261-1/+3
* Leave it up to the platform-dependent "get interface list" code toguy2002-07-301-7/+47
* Put the different implementations of "pcap_findalldevs()" into separateguy2002-07-271-0/+154