imp
a50ffc2912
/* -> /*- for license, minor formatting changes
2005-01-07 01:45:51 +00:00
harti
14cb10664f
Get rid of the deprecated *LEN constants in favour of the new
...
*SIZ constants that include the trailing \0 byte.
2004-01-26 14:05:31 +00:00
ru
768137e95c
Use a single style of multiple inclusion protection for Netgraph headers.
...
Reviewed by: archie, harti, emax
2003-11-11 12:30:37 +00:00
archie
b10887dc2b
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
2002-05-31 23:48:03 +00:00
julian
907d42b2d5
A node that allows ethernet type packets to be filtered to different
...
hooks depending on ethertype. Great for prototyping protocols.
connects to the lower and upper hooks of an ethernet type of node.
Obtained from: Monzoon Networks.
Thanks to Andre Oppermann, May 2001.
2001-10-30 07:28:17 +00:00