From ed1095d3196260dfd3dd40588b1b0adfae354706 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 5 Nov 2005 13:38:41 +0000 Subject: add netfilter specific information elements --- include/ulogd/ipfix_protocol.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/ulogd/ipfix_protocol.h b/include/ulogd/ipfix_protocol.h index d067353..5754847 100644 --- a/include/ulogd/ipfix_protocol.h +++ b/include/ulogd/ipfix_protocol.h @@ -208,5 +208,13 @@ enum { IPFIX_mplsPayloadLength = 214, }; +/* Information elements of the netfilter vendor id */ +enum { + IPFIX_NF_rawpacket = 1, /* pointer */ + IPFIX_NF_rawpacket_length = 2, /* u_int32_t */ + IPFIX_NF_prefix = 3, /* string */ + IPFIX_NF_mark = 4, /* u_int32_t */ + IPFIX_NF_hook = 5, /* u_int8_t */ +}; #endif -- cgit v1.2.3