summaryrefslogtreecommitdiff
path: root/fad-getad.c
Commit message (Expand)AuthorAgeFilesLines
* 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