History log of /freebsd-10-stable/sys/netgraph/ng_bpf.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 141751 12-Feb-2005 ru

Fix typo in a comment.


# 139823 06-Jan-2005 imp

/* -> /*- for license, minor formatting changes


# 125028 26-Jan-2004 harti

Get rid of the deprecated *LEN constants in favour of the new
*SIZ constants that include the trailing \0 byte.


# 122481 11-Nov-2003 ru

Use a single style of multiple inclusion protection for Netgraph headers.

Reviewed by: archie, harti, emax


# 97722 01-Jun-2002 alfred

Declare a variable sized array within a structure using [] rather than [0]
to silence warnings.


# 97685 31-May-2002 archie

Fix GCC warnings caused by initializing a zero length array. In the process,
simply things a bit by getting rid of 'struct ng_parse_struct_info' which
was useless because it only contained one field.

MFC after: 2 weeks


# 71821 30-Jan-2001 julian

Fix cut and paste error in a comment.
Submitted by: Peter Wemm <peter@freebsd.org>


# 67506 24-Oct-2000 julian

Since neither archie nor I work at Whistle any more, change our email
addresses to be the more usefu @freebsd.org ones
so we can keep getting bug-reports.
- man pages to follow..


# 64508 10-Aug-2000 archie

Take advantage of the new unsigned and hex integer types.


# 54214 06-Dec-1999 archie

Change definition of NG_BPF_HOOKPROG_SIZE() so as not to require
a structure pointer, just the number of BPF instructions.


# 54097 03-Dec-1999 archie

New netgraph node type, ng_bpf(8). This node type allows you to
apply bpf(4) filters to data travelling through a netgraph network.