summaryrefslogtreecommitdiffstats
path: root/lib/libpcap/pcap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove register keyword.mmcc2015-11-171-2/+2
* Remove pointless casts for several malloc/calloc/free calls. No objectlteo2015-01-161-2/+2
* Convert several calloc calls to reallocarray. These calloc calls werelteo2014-06-261-2/+3
* Change a few malloc+memset calls to calloc.lteo2014-03-141-3/+2
* Import a number of core functions from libpcap-1.2.0 while preservinglteo2012-05-251-23/+202
* remove support for the old pflog format, replaced in 2003henning2010-06-261-2/+1
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* add remaining tcpdump.org libpcap 0.9 APIs, most notablydjm2006-03-261-1/+71
* pull in the good bits of libpcap-0.9.4's API without the cross-platformdjm2005-11-181-1/+181
* remove $Header, it was messing up cvs for me. ok deraadt@tedu2004-01-271-6/+1
* fix memory leak associated with compiled BPF program, sync'd from tcpdump.org. ok itojun@dugsong2001-12-171-3/+3
* changes brought in from v0.4; started by brad, more by me, being tested by mtsderaadt1999-07-201-12/+23
* buf oflowsderaadt1998-07-141-2/+2
* bring it to the latest 0.2 LBL release.mickey1996-07-121-10/+30
* merge to latest libpcapderaadt1996-06-101-12/+6
* Update to the latest LBL release.mickey1996-03-041-5/+12
* initial import of NetBSD treederaadt1995-10-181-0/+175