From ad33006a162fc6202de096a8f6d65a7c841da1ce Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 22 Jun 2010 11:52:27 +0200 Subject: conntrack: add `--any-nat' to filter any NATted flow This patch adds the --any-nat option that allows to display src-NATted OR dst-NATted flows. Signed-off-by: Pablo Neira Ayuso --- include/conntrack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/conntrack.h b/include/conntrack.h index d8112aa..8e18e51 100644 --- a/include/conntrack.h +++ b/include/conntrack.h @@ -10,7 +10,7 @@ #include #define NUMBER_OF_CMD 18 -#define NUMBER_OF_OPT 22 +#define NUMBER_OF_OPT 23 struct ctproto_handler { struct list_head head; -- cgit v1.2.3