Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in pflog header size computation. Fixes filtering with the new | 2010-10-09 | 1 | -2/+2 | |
| | | | | pflog headers. reported by jmc@, tested by jmc@ and sthen@, ok sthen@ | ||||
* | Make tcpdump of pflog interfaces work with 'net <net>' expression. | 2010-09-08 | 1 | -3/+3 | |
| | | | | | | My problem, canacar@'s fix. ok sthen@ canacar@ | ||||
* | Properly handle the size field in pflog link header | 2010-07-27 | 1 | -45/+236 | |
| | | | | | | | | | when generating the filter. This will allow the pflog header to be extended without adding a new link type. No change to generated code for other link types. ok henning@ | ||||
* | remove support for the old pflog format, replaced in 2003 | 2010-06-26 | 1 | -34/+1 | |
| | | | | ok ryan theo & herr reyksminister | ||||
* | Zero out IPv6 mask before using it. This fixes expressions like | 2009-09-18 | 1 | -1/+2 | |
| | | | | | | 'net 2002::/16', which were previously non-deterministic based on the previous contents of memory. from upstream; ok claudio@ | ||||
* | Swap the code for a calling function and what it calls, so that the called | 2008-06-15 | 1 | -14/+14 | |
| | | | | | function is in scope and a pointer is not returned via an int ok dtucker | ||||
* | Import vlan support from upstream libpcap. This allows, eg, "tcpdump vla 3" | 2008-06-11 | 1 | -1/+99 | |
| | | | | to work on a vlan parent interface. ok mcbride@, "commit it" deraadt@ | ||||
* | fix format string | 2007-11-06 | 1 | -2/+2 | |
| | | | | ok ray@ gilles@ | ||||
* | remove extra \n in bpf_error() calls. | 2007-01-02 | 1 | -10/+10 | |
| | | | | figured out by claudio@ | ||||
* | define bpf filters to match address and header fields in IEEE 802.11 | 2007-01-02 | 1 | -10/+194 | |
| | | | | | | | | wlan frames (DLT_IEEE802_11 and DLT_IEEE802_11_RADIO linktypes). see tcpdump(8) for details. "Works for me" claudio@ ok jmc@ deraadt@ | ||||
* | get rid of arc network support. we have no users of it so this is dead | 2006-07-18 | 1 | -93/+1 | |
| | | | | | | | code. however, it is still cluttering up the kernel namespace a bit. it is better gone. ok claudio@ | ||||
* | Add Spanning Tree Protocol support. | 2005-10-07 | 1 | -3/+54 | |
| | | | | | Bump version to 3.1. OK brad@ | ||||
* | Fix description in a comment. | 2005-06-04 | 1 | -2/+2 | |
| | |||||
* | add DLT_IEEE802_11_RADIO (802.11 + radiotap header) | 2005-02-28 | 1 | -1/+6 | |
| | | | | ok jsg@ deraadt@ | ||||
* | add DLT_PPP_ETHER support | 2004-05-21 | 1 | -1/+11 | |
| | | | | | | ok canacar@ From: Marc Huber <pppoe at pro-bono-publico dot de> | ||||
* | remove $Header, it was messing up cvs for me. ok deraadt@ | 2004-01-27 | 1 | -5/+1 | |
| | |||||
* | add DLT_IEEE802_11 support; from NetBSD. bump minor. | 2004-01-26 | 1 | -2/+7 | |
| | | | | deraadt@ ok. | ||||
* | libpcap and tcpdump now understand the new pflog datalink type. | 2003-05-14 | 1 | -19/+100 | |
| | | | | | | old datalink type is still recognized. ok henning@ dhartmei@ frantzen@ | ||||
* | tcpdump support for pfsync; henning@ ok | 2002-11-29 | 1 | -2/+7 | |
| | |||||
* | more error checking of memory allocation, from clodder@acm.org. okay deraadt@ | 2002-07-09 | 1 | -2/+5 | |
| | |||||
* | language extensions for PF logs. can specify direction, interface, rule | 2002-03-23 | 1 | -9/+96 | |
| | | | | number, reason and action. fix the ipv4/ipv6 distinction while I'm here. | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -18/+2 | |
| | |||||
* | fix memory leak associated with compiled BPF program, sync'd from tcpdump.org. ok itojun@ | 2001-12-17 | 1 | -2/+16 | |
| | |||||
* | DLT_PFLOG | 2001-06-25 | 1 | -2/+8 | |
| | |||||
* | sync with libpcap v0.5 | 2000-04-26 | 1 | -23/+998 | |
| | | | | add support for INET6 (kame) | ||||
* | changes brought in from v0.4; started by brad, more by me, being tested by mts | 1999-07-20 | 1 | -96/+219 | |
| | |||||
* | DLT_LOOP has network byte order header | 1998-08-31 | 1 | -2/+8 | |
| | |||||
* | buf oflows | 1998-07-14 | 1 | -2/+3 | |
| | |||||
* | handle IPSec processed packets (DLT_ENC) in libpcap, display them with | 1998-06-11 | 1 | -1/+7 | |
| | | | | tcpdump + additional info (SPI + which type of transforms where passed). | ||||
* | add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.com | 1998-06-04 | 1 | -2/+8 | |
| | |||||
* | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -5/+5 | |
| | |||||
* | Use __inline | 1996-09-16 | 1 | -11/+11 | |
| | |||||
* | bring it to the latest 0.2 LBL release. | 1996-07-12 | 1 | -104/+162 | |
| | |||||
* | merge to latest libpcap | 1996-06-10 | 1 | -63/+63 | |
| | |||||
* | Update to the latest LBL release. | 1996-03-04 | 1 | -0/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+1757 | |