Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -7/+7 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | remove NULL-checks before free() | 2015-12-22 | 1 | -11/+6 | |
| | |||||
* | Remove register keyword. | 2015-11-17 | 1 | -5/+5 | |
| | | | | ok deraadt@ | ||||
* | memory.h -> string.h | 2015-11-17 | 1 | -2/+1 | |
| | | | | ok deraadt@ | ||||
* | Cast ctype function arguments to unsigned char. | 2015-10-24 | 1 | -3/+3 | |
| | | | | ok guenther@ | ||||
* | Move to the <limits.h> universe. | 2015-01-16 | 1 | -2/+1 | |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | add remaining tcpdump.org libpcap 0.9 APIs, most notably | 2006-03-26 | 1 | -7/+5 | |
| | | | | | pcap_setdirection() (which depends on the kernel-side bpf changes committed yesterday); ok canacar@ | ||||
* | Fix syntax error (missing ')') in #ifdef'ed out code. Spotted by lint. | 2005-11-25 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | pull in the good bits of libpcap-0.9.4's API without the cross-platform | 2005-11-18 | 1 | -18/+50 | |
| | | | | | | cruft. help from deraadt@, mpf@, jmc@; ok mpf@a nb. this will break tcpdump unless it updated too | ||||
* | remove $Header, it was messing up cvs for me. ok deraadt@ | 2004-01-27 | 1 | -5/+1 | |
| | |||||
* | Replace some strncpy() calls with strlcpy() | 2004-01-21 | 1 | -9/+8 | |
| | | | | tested by jose@, ok canacar@ and otto@ | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -4/+2 | |
| | |||||
* | sync with libpcap v0.5 | 2000-04-26 | 1 | -33/+26 | |
| | | | | add support for INET6 (kame) | ||||
* | use getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF. | 2000-04-13 | 1 | -2/+53 | |
| | |||||
* | changes brought in from v0.4; started by brad, more by me, being tested by mts | 1999-07-20 | 1 | -10/+16 | |
| | |||||
* | fix premature free() calling | 1998-08-27 | 1 | -2/+3 | |
| | |||||
* | realloc repair | 1998-08-14 | 1 | -4/+7 | |
| | |||||
* | buf oflows | 1998-07-14 | 1 | -9/+11 | |
| | |||||
* | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -2/+2 | |
| | |||||
* | SIOCGIFCONF nicely | 1997-01-24 | 1 | -12/+23 | |
| | |||||
* | eschew use of HAVE_SOCKADDR_SA_LEN for now | 1996-07-19 | 1 | -2/+2 | |
| | |||||
* | bring it to the latest 0.2 LBL release. | 1996-07-12 | 1 | -7/+23 | |
| | |||||
* | merge to latest libpcap | 1996-06-10 | 1 | -3/+3 | |
| | |||||
* | Update to the latest LBL release. | 1996-03-04 | 1 | -0/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+198 | |