summaryrefslogtreecommitdiffstats
path: root/include/ulogd
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-02-03 11:27:14 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-02-03 11:27:14 +0000
commit77f8b710a53dd1ffc3d3178da4461565bfe8764c (patch)
treecdb4ebed1eec9f777e62947e699aa19155a7dafa /include/ulogd
parentbbf77c173d5a8a49d867875351f887b05cf190a6 (diff)
From: Eric leblond <eric@inl.fr>
This patch update the printflow output module to be able to print a whole conntrack entry on a single line.
Diffstat (limited to 'include/ulogd')
-rw-r--r--include/ulogd/printflow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ulogd/printflow.h b/include/ulogd/printflow.h
index 7343a23..979f673 100644
--- a/include/ulogd/printflow.h
+++ b/include/ulogd/printflow.h
@@ -1,7 +1,7 @@
#ifndef _PRINTFLOW_H
#define _PRINTFLOW_H
-#define FLOW_IDS 10
+#define FLOW_IDS 16
extern struct ulogd_key printflow_keys[FLOW_IDS];
int printflow_print(struct ulogd_key *res, char *buf);