summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlaforge <laforge>2005-11-05 13:38:41 +0000
committerlaforge <laforge>2005-11-05 13:38:41 +0000
commited1095d3196260dfd3dd40588b1b0adfae354706 (patch)
treedc74dbfa44bfcb5124b50592c25553d8069534ea /include
parentb04b1ff0ac767456cbff9fa6c052bd228befd834 (diff)
add netfilter specific information elements
Diffstat (limited to 'include')
-rw-r--r--include/ulogd/ipfix_protocol.h8
1 files changed, 8 insertions, 0 deletions
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