aboutsummaryrefslogtreecommitdiffstats
path: root/inet.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-11Pick up changes from NetBSD:guy1-5/+5
2006-12-30For wltN devices, open the corresponding enN device, so that, forguy1-5/+27
2006-12-29On Mac OS X, assume any device whose name begins with "wlt" can beguy1-1/+18
2006-10-13From Paolo Abeni: Bluetooth support.guy1-1/+4
2006-10-13From Paolo Abeni:guy1-1/+4
2006-10-10In "add_or_find_if()", first check whether we already have an entry inguy1-23/+27
2006-01-21We've already used strdup(), and nobody's complained about their OSguy1-5/+28
2006-01-10Put in a note about getting a description of the interface on FreeBSD.guy1-1/+14
2005-06-20From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy1-1/+4
2005-02-10Gisle Vanem notes that some compilers warn about "const register charguy1-2/+2
2005-01-29Explain why we're discarding interfaces we can't open for capturing.guy1-1/+9
2005-01-28Put back the code to try opening a device for capture before adding itguy1-1/+16
2004-12-18From Gisle Vanem: MS-DOS support.guy1-6/+8
2004-12-17From Gisle Vanem:guy1-4/+3
2004-12-16We don't call "getifaddrs()" in inet.c, so we don't need to includeguy1-4/+1
2004-04-30Fixed a memory leak in pcap_lookupdev under Win32.risso1-5/+15
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-09-25Get rid of an unused variable.guy1-2/+1
2003-09-22pcap_lookupdev() converts the adapter list to unicode for backward compatibil...risso1-34/+62
2003-07-23From Jesper Peterson <jesper@endace.com>: support for capturing fromguy1-2/+6
2003-02-04Added a const modifier to the first argument of pcap_lookupnet() for Win32. W...risso1-2/+2
2002-12-22From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy1-5/+5
2002-11-13As per Ayamura Kikuchi, on some UNIXes, such as IRIX, "sa_len" isguy1-4/+4
2002-08-02Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy1-2/+15
2002-08-01Added support for Win32, based on WinPcap.risso1-10/+82
2002-07-30Leave it up to the platform-dependent "get interface list" code toguy1-43/+13
2002-07-27Put the different implementations of "pcap_findalldevs()" into separateguy1-458/+9
2002-07-11Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy1-17/+8
2002-06-11whitespace cleanupitojun1-10/+10
2002-04-09Indicate why we have incomplete definitions for "struct mbuf" andguy1-3/+3
2001-10-28Fix a call to "pcap_add_if()" that wasn't give a null-pointerguy1-2/+3
2001-10-28Add a description to the entry for the "any" device.guy1-8/+26
2001-10-28Make the "is_loopback" field of a "pcap_if" structure a general "flags"guy1-5/+9
2001-10-10Split off the code to scan "/proc/net/dev" into a separate routine, andguy1-135/+140
2001-10-09If we have "/proc/net/dev", and don't have <ifaddrs.h> (i.e., don't haveguy1-53/+168
2001-10-09We don't actually use HAVE_FREEIFADDRS, so there's no point in checkingguy1-13/+63
2001-10-08From Scott Gifford:guy1-117/+654
2001-07-28Cast the argument to <ctype.h> macros to "unsigned char", to eliminateguy1-3/+4
2001-06-18bsdi3 does not have IF_NAMESIZE (kame/bsdi3 has it). have last-resort #define.itojun1-1/+5
2000-09-20Added support for an "any" device based on a patch from Sebastian Krahmer.torsten1-1/+11
2000-07-29ISLOOPBACK_IFA: addassar1-15/+25
2000-07-11add config.h, remove gnuc.h. remove __deadassar1-2/+5
2000-07-01remove non-STDC codeassar1-4/+1
2000-04-27s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)itojun1-4/+4
2000-04-27strncpy -> strlcpy where more appropriateitojun1-6/+4
2000-04-27do not use sprintf(). always use snprintf().itojun1-17/+33
2000-04-13make loopback interface detection consistent. /^(lo|lo[0-9])$/itojun1-2/+4
2000-04-09(pcap_lookupdev): solaris seems to return EINVAL when the buffer isassar1-2/+3
2000-02-23use getifaddrs whenever available.itojun1-1/+48
2000-01-14 fix to problem with buf being referenced after it is freed.mcr1-2/+3