* [PATCH] conntrack: fix ICMP protocol extension parse callback
@ 2006-03-19 22:06 KOVACS Krisztian
2006-03-19 23:15 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: KOVACS Krisztian @ 2006-03-19 22:06 UTC (permalink / raw)
To: Pablo Neira Ayuso; +Cc: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 177 bytes --]
Hi,
It seems to me that there's a line missing in the ICMP protocol
extension module of the conntrack tool, the attached patch fixes the
problem.
--
KOVACS Krisztian
[-- Attachment #2: conntrack_icmp_extension_argument_fix.patch --]
[-- Type: text/x-diff, Size: 472 bytes --]
Index: conntrack/extensions/libct_proto_icmp.c
===================================================================
--- conntrack/extensions/libct_proto_icmp.c (revision 6554)
+++ conntrack/extensions/libct_proto_icmp.c (working copy)
@@ -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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] conntrack: fix ICMP protocol extension parse callback
2006-03-19 22:06 [PATCH] conntrack: fix ICMP protocol extension parse callback KOVACS Krisztian
@ 2006-03-19 23:15 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2006-03-19 23:15 UTC (permalink / raw)
To: KOVACS Krisztian; +Cc: netfilter-devel
Hi Krisztian!
KOVACS Krisztian wrote:
> It seems to me that there's a line missing in the ICMP protocol
> extension module of the conntrack tool, the attached patch fixes the
> problem.
Applied. Thanks!
cheers,
Pablo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-19 23:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-19 22:06 [PATCH] conntrack: fix ICMP protocol extension parse callback KOVACS Krisztian
2006-03-19 23:15 ` Pablo Neira Ayuso
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.