[netfilter-cvslog] r6555 - in trunk/conntrack: . extensions

pablo at netfilter.org pablo at netfilter.org
Mon Mar 20 00:28:31 CET 2006


Author: pablo at netfilter.org
Date: 2006-03-20 00:28:29 +0100 (Mon, 20 Mar 2006)
New Revision: 6555

Modified:
   trunk/conntrack/ChangeLog
   trunk/conntrack/extensions/libct_proto_icmp.c
Log:
fix ICMP protocol extension parse callback



Modified: trunk/conntrack/ChangeLog
===================================================================
--- trunk/conntrack/ChangeLog	2006-03-04 16:50:00 UTC (rev 6554)
+++ trunk/conntrack/ChangeLog	2006-03-19 23:28:29 UTC (rev 6555)
@@ -1,3 +1,7 @@
+2006-03-20
+<hidden at sch.bme.hu>
+	o fix ICMP protocol extension parse callback
+
 2006-01-15
 <pablo at netfilter.org>
 	o Added missing parameters to set the ports of an expectation tuple

Modified: trunk/conntrack/extensions/libct_proto_icmp.c
===================================================================
--- trunk/conntrack/extensions/libct_proto_icmp.c	2006-03-04 16:50:00 UTC (rev 6554)
+++ trunk/conntrack/extensions/libct_proto_icmp.c	2006-03-19 23:28:29 UTC (rev 6555)
@@ -45,6 +45,7 @@
 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)




More information about the netfilter-cvslog mailing list