summaryrefslogtreecommitdiff
path: root/lib/libpcap/inet.c
AgeCommit message (Expand)Author
2021-12-01we do not need 'struct mbuf; struct rtentry;' to satisfy some ancient unixTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2015-12-22remove NULL-checks before free()mmcc
2015-11-17Remove register keyword.mmcc
2015-11-17memory.h -> string.hmmcc
2015-10-24Cast ctype function arguments to unsigned char.mmcc
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2006-03-26add remaining tcpdump.org libpcap 0.9 APIs, most notablyDamien Miller
2005-11-25Fix syntax error (missing ')') in #ifdef'ed out code. Spotted by lint.Kenneth R Westerback
2005-11-18pull in the good bits of libpcap-0.9.4's API without the cross-platformDamien Miller
2004-01-27remove $Header, it was messing up cvs for me. ok deraadt@Ted Unangst
2004-01-21Replace some strncpy() calls with strlcpy()Jean-Francois Brousseau
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2000-04-26sync with libpcap v0.5Jakob Schlyter
2000-04-13use getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF.Jun-ichiro itojun Hagino
1999-07-20changes brought in from v0.4; started by brad, more by me, being tested by mtsTheo de Raadt
1998-08-27fix premature free() callingMichael Shalayeff
1998-08-14realloc repairTheo de Raadt
1998-07-14buf oflowsTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-01-24SIOCGIFCONF nicelyTheo de Raadt
1996-07-19eschew use of HAVE_SOCKADDR_SA_LEN for nowTheo de Raadt
1996-07-12bring it to the latest 0.2 LBL release.Michael Shalayeff
1996-06-10merge to latest libpcapTheo de Raadt
1996-03-04Update to the latest LBL release.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt