From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: New H.323 conntrack & NAT helper module Date: Sat, 18 Mar 2006 17:47:42 +0100 Message-ID: <441C39AE.6040805@trash.net> References: <925A849792280C4E80C5461017A4B8A2032119@mail733.InfraSupportEtc.com><44001CDD.3030305@trash.net><4400A541.9080901@trash.net><440960E4.80601@trash.net><44158920.30700@trash.net> <4419281D.6050702@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: > I tried, but it didn't work, so now I send it as compressed. Thanks, thats fine too. > The main new feature of this release is T.120 support. So chat, whiteboard, > file transfer and other T.120 applications are now supported. > > The second new feature is a parameter "gkrouted_only" for ip_conntrack_h323 > module. If set it to 1, only calls from the gatekeeper will be forwarded > to the > registered endpoint. Since the H.323 helper behaves different than other helpers in this regard and many people just load all available helpers, I would prefer if it defaulted to off. If you agree I'm simply going to change this, no need to send a new patch. > Change log: > > 1. Added support for T.120 channels > 2. Added parameter gkrouted_only (suggested by Patrick McHardy) > 3. Splitted ASN.1 code and data (suggested by Patrick McHardy) > 4. Sort ASN.1 data to avoid forwarding declarations (suggested by > Patrick McHardy) > 5. Reset next TPKT data length in get_tpkt_data() Thanks a lot. I'll review the patch this weekend, if there are no new issues I'll put it in my 2.6.17 tree.