summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2008-10-24 14:32:06 +0200
committerEric Leblond <eric@inl.fr>2008-12-09 01:19:25 +0100
commit00e4f0ed720071a4c133800dde581fef0dee768d (patch)
tree4b0b575f35487e8546bed60a5bc69d9c5df1ccd8 /include
parentdb3447b7dc4774bae6b74b3bc9cd1e9d5029d355 (diff)
SCTP support for PRINTPKT.
This patch modifies PRINTPKT plugin to add SCTP support. Signed-off-by: Eric Leblond <eric@inl.fr>
Diffstat (limited to 'include')
-rw-r--r--include/ulogd/printpkt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ulogd/printpkt.h b/include/ulogd/printpkt.h
index 6207d5b..a11ce4a 100644
--- a/include/ulogd/printpkt.h
+++ b/include/ulogd/printpkt.h
@@ -61,6 +61,8 @@ enum pkt_keys {
KEY_ARP_SPA,
KEY_ARP_THA,
KEY_ARP_TPA,
+ KEY_SCTP_SPORT,
+ KEY_SCTP_DPORT,
__PRINTPKT_KEYS
};
#define PRINTPKT_KEYS (__PRINTPKT_KEYS)