aboutsummaryrefslogtreecommitdiffstats
path: root/fad-getad.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-14From RCB-ISIS on SourceForge: handle LynxOS, which has AF_PACKET butguy1-2/+6
2005-04-08From Don Ebright: add support for Linux logical interfaces.guy1-1/+33
2004-11-04From Dean Gaudet <dean@arctic.org>: handle AF_PACKET addresses on OSesguy1-1/+10
2004-03-11Don't rely on SA_LEN to check whether it's passed a null pointer (itguy1-13/+34
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-09-10From Mike Wiacek: have "get_sa_len()" return 0 if the "addr" pointerguy1-1/+3
2003-09-10sa_len for netmask is undefined.itojun1-2/+2
2003-02-25Alas, there are some versions of GNU libc that don't have "SA_LEN()"; atguy1-4/+28
2002-10-19From Kazushi Sugyo: address pointers in entries returned byguy1-2/+2
2002-08-26From an anonymous Sourceforge user: include <net/if.h> to declare theguy1-1/+3
2002-07-30Leave it up to the platform-dependent "get interface list" code toguy1-7/+47
2002-07-27Put the different implementations of "pcap_findalldevs()" into separateguy1-0/+154