From d1928d0d9f1326ca485ca13266e803e5f9b390bc Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Tue, 19 Feb 2008 01:02:26 +0000 Subject: This patch adds support for AF_BRIDGE to the PRINTPKT plugin, which allows to form log lines for packets coming from ebtables. Currently it supports IPv4, IPv6 and ARP. Signed-off-by: Peter Warasin --- include/ulogd/printpkt.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/ulogd/printpkt.h b/include/ulogd/printpkt.h index b524fc2..2cfb5ae 100644 --- a/include/ulogd/printpkt.h +++ b/include/ulogd/printpkt.h @@ -51,6 +51,14 @@ enum pkt_keys { KEY_ICMPV6_ECHOID, KEY_ICMPV6_ECHOSEQ, KEY_AHESP_SPI, + KEY_OOB_PROTOCOL, + KEY_ARP_HTYPE, + KEY_ARP_PTYPE, + KEY_ARP_OPCODE, + KEY_ARP_SHA, + KEY_ARP_SPA, + KEY_ARP_THA, + KEY_ARP_TPA, __PRINTPKT_KEYS }; #define PRINTPKT_KEYS (__PRINTPKT_KEYS) -- cgit v1.2.3