All of lore.kernel.org
 help / color / mirror / Atom feed
From: KOVACS Krisztian <hidden@sch.bme.hu>
To: Pablo Neira Ayuso <pablo@eurodev.net>
Cc: netfilter-devel@lists.netfilter.org
Subject: [PATCH] conntrack: fix ICMP protocol extension parse callback
Date: Sun, 19 Mar 2006 23:06:03 +0100	[thread overview]
Message-ID: <200603192306.05364@krak> (raw)

[-- 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)

             reply	other threads:[~2006-03-19 22:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-19 22:06 KOVACS Krisztian [this message]
2006-03-19 23:15 ` [PATCH] conntrack: fix ICMP protocol extension parse callback Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200603192306.05364@krak \
    --to=hidden@sch.bme.hu \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=pablo@eurodev.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.