summaryrefslogtreecommitdiffstats
path: root/lib/libpcap/gencode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstreamsthen2021-01-181-1/+8
* Fix byte order handling for DLT_LOOP linkskn2020-09-121-4/+21
* add "sample NUM" so you can ask to capture 1/NUM packets from a filter.dlg2020-08-031-1/+22
* add support for handling loads from BPF_RND.dlg2020-08-031-1/+17
* DLT_LOOP does have a link header, so tell pcap-filter so it can use it.dlg2020-07-211-2/+2
* add basic MPLS filtering supportdenis2018-12-091-3/+34
* unbreak VLAN filteringdenis2018-11-101-2/+7
* fix a typodenis2018-11-091-2/+2
* Change some libpcap functions which use pointers as arguments andsthen2018-06-031-3/+3
* recognise DLT_PPP_SERIAL.dlg2018-02-061-1/+6
* Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysedmpi2018-02-031-1/+3
* Extend the DLT_OPENFLOW header to include the switch datapath id.reyk2016-11-201-2/+2
* Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),reyk2016-11-161-1/+6
* 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