summaryrefslogtreecommitdiffstats
path: root/lib/libpcap/gencode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove NULL-checks before free()mmcc2015-12-221-6/+5
* Remove register keyword.mmcc2015-11-171-32/+32
* memory.h -> string.hmmcc2015-11-171-2/+2
* lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */guenther2015-09-271-2/+1
* Move to the <limits.h> universe.deraadt2015-01-161-1/+2
* Yet more #include de-duplication.krw2014-11-201-2/+1
* Remove pointless casts. No binary change.lteo2014-03-141-2/+2
* Change a few malloc+memset calls to calloc.lteo2014-03-141-4/+3
* Fix typo in pflog header size computation. Fixes filtering with the newcanacar2010-10-091-2/+2
* Make tcpdump of pflog interfaces work with 'net <net>' expression.krw2010-09-081-3/+3
* Properly handle the size field in pflog link headercanacar2010-07-271-45/+236
* remove support for the old pflog format, replaced in 2003henning2010-06-261-34/+1
* Zero out IPv6 mask before using it. This fixes expressions likebluhm2009-09-181-1/+2
* Swap the code for a calling function and what it calls, so that the calledderaadt2008-06-151-14/+14
* Import vlan support from upstream libpcap. This allows, eg, "tcpdump vla 3"dtucker2008-06-111-1/+99
* fix format stringchl2007-11-061-2/+2
* remove extra \n in bpf_error() calls.reyk2007-01-021-10/+10
* define bpf filters to match address and header fields in IEEE 802.11reyk2007-01-021-10/+194
* get rid of arc network support. we have no users of it so this is deaddlg2006-07-181-93/+1
* Add Spanning Tree Protocol support.mpf2005-10-071-3/+54
* Fix description in a comment.joel2005-06-041-2/+2
* add DLT_IEEE802_11_RADIO (802.11 + radiotap header)reyk2005-02-281-1/+6
* add DLT_PPP_ETHER supportbrad2004-05-211-1/+11
* remove $Header, it was messing up cvs for me. ok deraadt@tedu2004-01-271-5/+1
* add DLT_IEEE802_11 support; from NetBSD. bump minor.fgsch2004-01-261-2/+7
* libpcap and tcpdump now understand the new pflog datalink type.canacar2003-05-141-19/+100
* tcpdump support for pfsync; henning@ okmickey2002-11-291-2/+7
* more error checking of memory allocation, from clodder@acm.org. okay deraadt@provos2002-07-091-2/+5
* language extensions for PF logs. can specify direction, interface, rulefrantzen2002-03-231-9/+96
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-18/+2
* fix memory leak associated with compiled BPF program, sync'd from tcpdump.org. ok itojun@dugsong2001-12-171-2/+16
* DLT_PFLOGprovos2001-06-251-2/+8
* sync with libpcap v0.5jakob2000-04-261-23/+998
* changes brought in from v0.4; started by brad, more by me, being tested by mtsderaadt1999-07-201-96/+219
* DLT_LOOP has network byte order headerderaadt1998-08-311-2/+8
* buf oflowsderaadt1998-07-141-2/+3
* handle IPSec processed packets (DLT_ENC) in libpcap, display them withprovos1998-06-111-1/+7
* add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.comderaadt1998-06-041-2/+8
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-5/+5
* Use __inlinetholo1996-09-161-11/+11
* bring it to the latest 0.2 LBL release.mickey1996-07-121-104/+162
* merge to latest libpcapderaadt1996-06-101-63/+63
* Update to the latest LBL release.mickey1996-03-041-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+1757