From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: New H.323 conntrack & NAT helper module Date: Mon, 20 Mar 2006 15:22:57 +0100 Message-ID: <441EBAC1.8060007@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: > The main new feature of this release is T.120 support. So chat, whiteboard, > file transfer and other T.120 applications are now supported. > > Signed-off-by: Jing Min Zhao Thanks, applied. I've made three small changes before applying it: - Change gkrouted_only default to 1 - Remove #ifndef offsetof in ASN.1 parser - Initialize datalen to 0 in ras_help to silence an incorrect gcc warning. I usually don't do this, but last time Linus complained about new code giving (a correct) warning. Thanks again.