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-03-19 23:28:29 +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-03-19 23:28:29 +0000 |
commit | 4665a2b1f2b4818a9c38e16ee980552f447324d4 (patch) | |
tree | aed86c9ff5ae60379ae7dff06591cf5798c51376 | |
parent | 69bdc92bf7b8ba3b8ea9341a75413817f8fb5e05 (diff) | |
download | conntrack-tools-4665a2b1f2b4818a9c38e16ee980552f447324d4.tar.gz conntrack-tools-4665a2b1f2b4818a9c38e16ee980552f447324d4.zip |
fix ICMP protocol extension parse callback
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | extensions/libct_proto_icmp.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2006-03-20 +<hidden@sch.bme.hu> + o fix ICMP protocol extension parse callback + 2006-01-15 <pablo@netfilter.org> o Added missing parameters to set the ports of an expectation tuple diff --git a/extensions/libct_proto_icmp.c b/extensions/libct_proto_icmp.c index 57a621f..e7cb04d 100644 --- a/extensions/libct_proto_icmp.c +++ b/extensions/libct_proto_icmp.c @@ -45,6 +45,7 @@ static u_int8_t invmap[] static int parse(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) |