From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Ash Hughes <ashley.hughes@blueyonder.co.uk>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] userspace SSDP conntrack helper
Date: Sat, 8 Mar 2014 17:39:02 +0100 [thread overview]
Message-ID: <20140308163902.GA3590@localhost> (raw)
In-Reply-To: <531B3E73.3080801@blueyonder.co.uk>
Hi,
On Sat, Mar 08, 2014 at 03:59:47PM +0000, Ash Hughes wrote:
> Hi,
>
> Here is a patch which adds a userspace conntrack helper for the SSDP
> protocol. This is based on the code found at:
>
> http://marc.info/?t=132945775100001&r=1&w=2
>
> I'm not sure how to get my laptop to play at IPv6, so I've not tested
> this part, but I've tested the IPv4 section and it works. What more
> needs to be done to get this merged in? :)
A couple of things, first send me several pcap trace files with SSDP
traffic for this protocol for my personal database, I used them to
exercise this code.
Secondly, fix coding style:
http://lxr.free-electrons.com/source/Documentation/CodingStyle
Specifically, indentation is broken, your editor is converting tabs
into spaces.
And please, slightly extend the manual.
> diff --git a/src/helpers/Makefile.am b/src/helpers/Makefile.am
> index fe28e83..947e58b 100644
> --- a/src/helpers/Makefile.am
> +++ b/src/helpers/Makefile.am
> @@ -6,7 +6,8 @@ pkglib_LTLIBRARIES = ct_helper_amanda.la \
> ct_helper_rpc.la \
> ct_helper_tftp.la \
> ct_helper_tns.la \
> - ct_helper_sane.la
> + ct_helper_sane.la \
> + ct_helper_ssdp.la
^⁻----------^
Same thing in the rest of the code.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-03-08 16:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-08 15:59 [PATCH] userspace SSDP conntrack helper Ash Hughes
2014-03-08 16:23 ` Ash Hughes
2014-03-08 16:39 ` Pablo Neira Ayuso [this message]
2014-03-08 21:13 ` Ash Hughes
2014-03-12 12:36 ` 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=20140308163902.GA3590@localhost \
--to=pablo@netfilter.org \
--cc=ashley.hughes@blueyonder.co.uk \
--cc=netfilter-devel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).