Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 04/30/2004 22:07:22
Module Name:	src
Committed By:	dyoung
Date:		Fri Apr 30 22:07:22 UTC 2004

Modified Files:
	src/sys/net: bpf.c bpf.h

Log Message:
Add bpf_mtap2, which taps a packet whose head is in a void *buffer
and whose tail is in an mbuf chain.


To generate a diff of this commit:
cvs rdiff -r1.95 -r1.96 src/sys/net/bpf.c
cvs rdiff -r1.36 -r1.37 src/sys/net/bpf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.