diff options
author | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org> | 2006-01-15 03:10:02 +0000 |
---|---|---|
committer | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org> | 2006-01-15 03:10:02 +0000 |
commit | 01053da6549f4c7bc48574b8dcaa12f565245e6b (patch) | |
tree | d91a96044b8971dfa6cb1e08e10558a3a3230b23 /include/conntrack.h | |
parent | 08951de68efebc3104bd8f591c8076b0be5013ae (diff) | |
download | conntrack-tools-01053da6549f4c7bc48574b8dcaa12f565245e6b.tar.gz conntrack-tools-01053da6549f4c7bc48574b8dcaa12f565245e6b.zip |
o Added missing parameters to set the ports of an expectation tuple
o Bumped version to 1.00beta2
Diffstat (limited to 'include/conntrack.h')
-rw-r--r-- | include/conntrack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conntrack.h b/include/conntrack.h index e9f1946..9f5768d 100644 --- a/include/conntrack.h +++ b/include/conntrack.h @@ -134,6 +134,7 @@ struct ctproto_handler { int (*parse_opts)(char c, char *argv[], struct nfct_tuple *orig, struct nfct_tuple *reply, + struct nfct_tuple *exptuple, struct nfct_tuple *mask, union nfct_protoinfo *proto, unsigned int *flags); |