From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: New H.323 conntrack & NAT helper module Date: Mon, 13 Mar 2006 16:00:48 +0100 Message-ID: <44158920.30700@trash.net> References: <925A849792280C4E80C5461017A4B8A2032119@mail733.InfraSupportEtc.com><44001CDD.3030305@trash.net><4400A541.9080901@trash.net> <440960E4.80601@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Jing Min Zhao In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Jing Min Zhao wrote: > OK, I think you know much more of kernel than I do anyway, so I have > changed the code based on your patches. The new module (version 0.3) > is ready for download at > http://sourceforge.net/project/showfiles.php?group_id=158936. > The document at http://nath323.sourceforge.net is updated. > > Following are the changes: > > 1. Added support for multiple TPKTs in one packet (suggested by Patrick > McHardy) > 2. Avoid excessive stack usage (based on Patrick McHardy's patch) > 3. Added support for non-linear skb (based on Patrick McHardy's patch) > 4. Fixed missing H.245 module owner (Patrick McHardy) > 5. Avoid long RAS expectation chains (Patrick McHardy) > 6. Fixed incorrect __exit attribute (Patrick McHardy) > 7. Eliminated unnecessary return code > 8. Fixed incorrect use of NAT data from conntrack code (found by Patrick > McHardy) > 9. Fixed TTL calculation error in RCF > 10. Added TTL support in RRQ > 11. Better support for separate TPKT header and data > > Next week I'll release a newer version for these issues: > > 1. Separate ASN.1 code and data. > 2. Sort H.323 data to avoid forwarding declarations > 3. Add a parameter to make Q.931 signal expect for any address optional. > 4. Add support for T.120. Great, thanks. When you release the new version, please also post the patch to netfilter-devel and add a Signed-off-by: line (see Documentation/SubmittingPatches in the kernel source).