History log of /openbsd-src/lib/libpcap/gencode.c (Results 26 – 50 of 67)
Revision Date Author Comments
# 3a9b5ec4 17-Nov-2015 mmcc <mmcc@openbsd.org>

memory.h -> string.h

ok deraadt@


# 7637b2e3 27-Sep-2015 guenther <guenther@openbsd.org>

lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */
(others require more care)


# aea60bee 16-Jan-2015 deraadt <deraadt@openbsd.org>

Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther


# 83f4f914 20-Nov-2014 krw <krw@openbsd.org>

Yet more #include de-duplication.

ok deraadt@ tedu@


# 66cf3f76 14-Mar-2014 lteo <lteo@openbsd.org>

Remove pointless casts. No binary change.

suggested by krw@


# 8d365cd4 14-Mar-2014 lteo <lteo@openbsd.org>

Change a few malloc+memset calls to calloc.

ok deraadt@ florian@


# c266690c 09-Oct-2010 canacar <canacar@openbsd.org>

Fix typo in pflog header size computation. Fixes filtering with the new
pflog headers. reported by jmc@, tested by jmc@ and sthen@, ok sthen@


# d89ea119 08-Sep-2010 krw <krw@openbsd.org>

Make tcpdump of pflog interfaces work with 'net <net>' expression.

My problem, canacar@'s fix.

ok sthen@ canacar@


# 8d8814c2 27-Jul-2010 canacar <canacar@openbsd.org>

Properly handle the size field in pflog link header
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

Properly handle the size field in pflog link header
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@

show more ...


# 7737d5ca 26-Jun-2010 henning <henning@openbsd.org>

remove support for the old pflog format, replaced in 2003
ok ryan theo & herr reyksminister


# 5b39c4fb 18-Sep-2009 bluhm <bluhm@openbsd.org>

Zero out IPv6 mask before using it. This fixes expressions like
'net 2002::/16', which were previously non-deterministic based on
the previous contents of memory.
from upstream; ok claudio@


# 6b5a0ec1 15-Jun-2008 deraadt <deraadt@openbsd.org>

Swap the code for a calling function and what it calls, so that the called
function is in scope and a pointer is not returned via an int
ok dtucker


# febc6dcd 11-Jun-2008 dtucker <dtucker@openbsd.org>

Import vlan support from upstream libpcap. This allows, eg, "tcpdump vla 3"
to work on a vlan parent interface. ok mcbride@, "commit it" deraadt@


# 1717b5a3 06-Nov-2007 chl <chl@openbsd.org>

fix format string

ok ray@ gilles@


# abbdc6b6 02-Jan-2007 reyk <reyk@openbsd.org>

remove extra \n in bpf_error() calls.

figured out by claudio@


# d42a50a0 02-Jan-2007 reyk <reyk@openbsd.org>

define bpf filters to match address and header fields in IEEE 802.11
wlan frames (DLT_IEEE802_11 and DLT_IEEE802_11_RADIO linktypes). see
tcpdump(8) for details.

"Works for me" claudio@
ok jmc@ dera

define bpf filters to match address and header fields in IEEE 802.11
wlan frames (DLT_IEEE802_11 and DLT_IEEE802_11_RADIO linktypes). see
tcpdump(8) for details.

"Works for me" claudio@
ok jmc@ deraadt@

show more ...


# 69886b23 18-Jul-2006 dlg <dlg@openbsd.org>

get rid of arc network support. we have no users of it so this is dead
code. however, it is still cluttering up the kernel namespace a bit. it is
better gone.

ok claudio@


# f562933e 07-Oct-2005 mpf <mpf@openbsd.org>

Add Spanning Tree Protocol support.
Bump version to 3.1.
OK brad@


# 63c47f2f 04-Jun-2005 joel <joel@openbsd.org>

Fix description in a comment.


# a97876cf 28-Feb-2005 reyk <reyk@openbsd.org>

add DLT_IEEE802_11_RADIO (802.11 + radiotap header)

ok jsg@ deraadt@


# 477f9f21 21-May-2004 brad <brad@openbsd.org>

add DLT_PPP_ETHER support

ok canacar@

From: Marc Huber <pppoe at pro-bono-publico dot de>


# 8b37c96a 27-Jan-2004 tedu <tedu@openbsd.org>

remove $Header, it was messing up cvs for me. ok deraadt@


# 92f41fde 26-Jan-2004 fgsch <fgsch@openbsd.org>

add DLT_IEEE802_11 support; from NetBSD. bump minor.
deraadt@ ok.


# 263bcd0c 14-May-2003 canacar <canacar@openbsd.org>

libpcap and tcpdump now understand the new pflog datalink type.
old datalink type is still recognized.

ok henning@ dhartmei@ frantzen@


# 31f5fcb8 29-Nov-2002 mickey <mickey@openbsd.org>

tcpdump support for pfsync; henning@ ok


123