From: Patrick McHardy <kaber@trash.net>
To: Pawel Sikora <pluto@pld-linux.org>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: [PATCH] conntrack-mms / keep hook private.
Date: Tue, 03 May 2005 20:01:28 +0200 [thread overview]
Message-ID: <4277BC78.9080207@trash.net> (raw)
In-Reply-To: <200505030928.16263.pluto@pld-linux.org>
[-- Attachment #1: Type: text/plain, Size: 280 bytes --]
Pawel Sikora wrote:
> Hi All,
>
> IMHO the hook should be a private part of a kernel
> (similar to other conntrack modules).
> Attached patch hide the mms hook from userland.
I agree, but in fact nothing of the entire file should be
visible, so I've applied this patch instead.
[-- Attachment #2: x --]
[-- Type: text/plain, Size: 743 bytes --]
Index: linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack_mms.h
===================================================================
--- linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack_mms.h (Revision 3890)
+++ linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack_mms.h (Arbeitskopie)
@@ -15,7 +15,6 @@
#define MMS_SRV_CHUNKLENLV_OFFSET 16
#define MMS_SRV_CHUNKLENLM_OFFSET 32
#define MMS_SRV_MESSAGELENGTH_OFFSET 8
-#endif
/* This structure is per expected connection */
struct ip_ct_mms_expect {
@@ -34,5 +33,5 @@
enum ip_conntrack_info ctinfo,
const struct ip_ct_mms_expect *exp_mms_info,
struct ip_conntrack_expect *exp);
-
+#endif
#endif /* _IP_CONNTRACK_MMS_H */
prev parent reply other threads:[~2005-05-03 18:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-03 7:28 [PATCH] conntrack-mms / keep hook private Pawel Sikora
2005-05-03 18:01 ` Patrick McHardy [this message]
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=4277BC78.9080207@trash.net \
--to=kaber@trash.net \
--cc=netfilter-devel@lists.netfilter.org \
--cc=pluto@pld-linux.org \
/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.