| Commit message (Expand) | Author | Age | Files | Lines |
* | From Gisle Vanem: MS-DOS support. | guy | 2004-12-18 | 1 | -6/+8 |
* | From Gisle Vanem: | guy | 2004-12-17 | 1 | -4/+3 |
* | We don't call "getifaddrs()" in inet.c, so we don't need to include | guy | 2004-12-16 | 1 | -4/+1 |
* | Fixed a memory leak in pcap_lookupdev under Win32. | risso | 2004-04-30 | 1 | -5/+15 |
* | Add _U_ to "rcsid[]" definitions, to eliminate "unused variable" | guy | 2003-11-15 | 1 | -2/+2 |
* | Get rid of an unused variable. | guy | 2003-09-25 | 1 | -2/+1 |
* | pcap_lookupdev() converts the adapter list to unicode for backward compatibil... | risso | 2003-09-22 | 1 | -34/+62 |
* | From Jesper Peterson <jesper@endace.com>: support for capturing from | guy | 2003-07-23 | 1 | -2/+6 |
* | Added a const modifier to the first argument of pcap_lookupnet() for Win32. W... | risso | 2003-02-04 | 1 | -2/+2 |
* | From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device" | guy | 2002-12-22 | 1 | -5/+5 |
* | As per Ayamura Kikuchi, on some UNIXes, such as IRIX, "sa_len" is | guy | 2002-11-13 | 1 | -4/+4 |
* | Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, in | guy | 2002-08-02 | 1 | -2/+15 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -10/+82 |
* | Leave it up to the platform-dependent "get interface list" code to | guy | 2002-07-30 | 1 | -43/+13 |
* | Put the different implementations of "pcap_findalldevs()" into separate | guy | 2002-07-27 | 1 | -458/+9 |
* | Add SunATM support, based on code from Yen Yen Lim at North Dakota State | guy | 2002-07-11 | 1 | -17/+8 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -10/+10 |
* | Indicate why we have incomplete definitions for "struct mbuf" and | guy | 2002-04-09 | 1 | -3/+3 |
* | Fix a call to "pcap_add_if()" that wasn't give a null-pointer | guy | 2001-10-28 | 1 | -2/+3 |
* | Add a description to the entry for the "any" device. | guy | 2001-10-28 | 1 | -8/+26 |
* | Make the "is_loopback" field of a "pcap_if" structure a general "flags" | guy | 2001-10-28 | 1 | -5/+9 |
* | Split off the code to scan "/proc/net/dev" into a separate routine, and | guy | 2001-10-10 | 1 | -135/+140 |
* | If we have "/proc/net/dev", and don't have <ifaddrs.h> (i.e., don't have | guy | 2001-10-09 | 1 | -53/+168 |
* | We don't actually use HAVE_FREEIFADDRS, so there's no point in checking | guy | 2001-10-09 | 1 | -13/+63 |
* | From Scott Gifford: | guy | 2001-10-08 | 1 | -117/+654 |
* | Cast the argument to <ctype.h> macros to "unsigned char", to eliminate | guy | 2001-07-28 | 1 | -3/+4 |
* | bsdi3 does not have IF_NAMESIZE (kame/bsdi3 has it). have last-resort #define. | itojun | 2001-06-18 | 1 | -1/+5 |
* | Added support for an "any" device based on a patch from Sebastian Krahmer. | torsten | 2000-09-20 | 1 | -1/+11 |
* | ISLOOPBACK_IFA: add | assar | 2000-07-29 | 1 | -15/+25 |
* | add config.h, remove gnuc.h. remove __dead | assar | 2000-07-11 | 1 | -2/+5 |
* | remove non-STDC code | assar | 2000-07-01 | 1 | -4/+1 |
* | s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo) | itojun | 2000-04-27 | 1 | -4/+4 |
* | strncpy -> strlcpy where more appropriate | itojun | 2000-04-27 | 1 | -6/+4 |
* | do not use sprintf(). always use snprintf(). | itojun | 2000-04-27 | 1 | -17/+33 |
* | make loopback interface detection consistent. /^(lo|lo[0-9])$/ | itojun | 2000-04-13 | 1 | -2/+4 |
* | (pcap_lookupdev): solaris seems to return EINVAL when the buffer is | assar | 2000-04-09 | 1 | -2/+3 |
* | use getifaddrs whenever available. | itojun | 2000-02-23 | 1 | -1/+48 |
* | fix to problem with buf being referenced after it is freed. | mcr | 2000-01-14 | 1 | -2/+3 |
* | change warning message on SIOCGIFADDR failure. | itojun | 2000-01-13 | 1 | -3/+8 |
* | (pcap_lookupdev): fix stupid bug in previous commit | assar | 1999-11-17 | 1 | -5/+7 |
* | (pcap_lookupdev): rewrite the SIOCGIFCONF to dynamically allocate | assar | 1999-11-17 | 1 | -13/+32 |
* | Initial revision | mcr | 1999-10-07 | 1 | -0/+219 |