summaryrefslogtreecommitdiff
path: root/lib/libpcap/pcap.c
AgeCommit message (Expand)Author
2016-04-06add two functions from libpcap-1.7.4 which are required by at least gopacketJasper Lievisse Adriaanse
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
2015-11-17Remove register keyword.mmcc
2015-01-16Remove pointless casts for several malloc/calloc/free calls. No objectLawrence Teo
2014-06-26Convert several calloc calls to reallocarray. These calloc calls wereLawrence Teo
2014-03-14Change a few malloc+memset calls to calloc.Lawrence Teo
2012-05-25Import a number of core functions from libpcap-1.2.0 while preservingLawrence Teo
2010-06-26remove support for the old pflog format, replaced in 2003Henning Brauer
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2006-03-26add remaining tcpdump.org libpcap 0.9 APIs, most notablyDamien Miller
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
2001-12-17fix memory leak associated with compiled BPF program, sync'd from tcpdump.org...Dug Song
1999-07-20changes brought in from v0.4; started by brad, more by me, being tested by mtsTheo de Raadt
1998-07-14buf oflowsTheo 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