summaryrefslogtreecommitdiff
path: root/inet.c
Commit message (Expand)AuthorAgeFilesLines
* From Gisle Vanem: MS-DOS support.guy2004-12-181-6/+8
* From Gisle Vanem:guy2004-12-171-4/+3
* We don't call "getifaddrs()" in inet.c, so we don't need to includeguy2004-12-161-4/+1
* Fixed a memory leak in pcap_lookupdev under Win32.risso2004-04-301-5/+15
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* Get rid of an unused variable.guy2003-09-251-2/+1
* pcap_lookupdev() converts the adapter list to unicode for backward compatibil...risso2003-09-221-34/+62
* From Jesper Peterson <jesper@endace.com>: support for capturing fromguy2003-07-231-2/+6
* Added a const modifier to the first argument of pcap_lookupnet() for Win32. W...risso2003-02-041-2/+2
* From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy2002-12-221-5/+5
* As per Ayamura Kikuchi, on some UNIXes, such as IRIX, "sa_len" isguy2002-11-131-4/+4
* Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy2002-08-021-2/+15
* Added support for Win32, based on WinPcap.risso2002-08-011-10/+82
* Leave it up to the platform-dependent "get interface list" code toguy2002-07-301-43/+13
* Put the different implementations of "pcap_findalldevs()" into separateguy2002-07-271-458/+9
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-17/+8
* whitespace cleanupitojun2002-06-111-10/+10
* Indicate why we have incomplete definitions for "struct mbuf" andguy2002-04-091-3/+3
* Fix a call to "pcap_add_if()" that wasn't give a null-pointerguy2001-10-281-2/+3
* Add a description to the entry for the "any" device.guy2001-10-281-8/+26
* Make the "is_loopback" field of a "pcap_if" structure a general "flags"guy2001-10-281-5/+9
* Split off the code to scan "/proc/net/dev" into a separate routine, andguy2001-10-101-135/+140
* If we have "/proc/net/dev", and don't have <ifaddrs.h> (i.e., don't haveguy2001-10-091-53/+168
* We don't actually use HAVE_FREEIFADDRS, so there's no point in checkingguy2001-10-091-13/+63
* From Scott Gifford:guy2001-10-081-117/+654
* Cast the argument to <ctype.h> macros to "unsigned char", to eliminateguy2001-07-281-3/+4
* bsdi3 does not have IF_NAMESIZE (kame/bsdi3 has it). have last-resort #define.itojun2001-06-181-1/+5
* Added support for an "any" device based on a patch from Sebastian Krahmer.torsten2000-09-201-1/+11
* ISLOOPBACK_IFA: addassar2000-07-291-15/+25
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* remove non-STDC codeassar2000-07-011-4/+1
* s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)itojun2000-04-271-4/+4
* strncpy -> strlcpy where more appropriateitojun2000-04-271-6/+4
* do not use sprintf(). always use snprintf().itojun2000-04-271-17/+33
* make loopback interface detection consistent. /^(lo|lo[0-9])$/itojun2000-04-131-2/+4
* (pcap_lookupdev): solaris seems to return EINVAL when the buffer isassar2000-04-091-2/+3
* use getifaddrs whenever available.itojun2000-02-231-1/+48
* fix to problem with buf being referenced after it is freed.mcr2000-01-141-2/+3
* change warning message on SIOCGIFADDR failure.itojun2000-01-131-3/+8
* (pcap_lookupdev): fix stupid bug in previous commitassar1999-11-171-5/+7
* (pcap_lookupdev): rewrite the SIOCGIFCONF to dynamically allocateassar1999-11-171-13/+32
* Initial revisionmcr1999-10-071-0/+219