From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 1/4] H.323: update ASN.1 types Date: Thu, 24 May 2007 20:48:53 +0200 Message-ID: <4655DE15.9080906@trash.net> References: <20070517191756.728953DA1F7@jzhao.vivecode.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist To: Jing Min Zhao Return-path: In-Reply-To: <20070517191756.728953DA1F7@jzhao.vivecode.com> 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: > nf_conntrack_h323_types.h and nf_conntrack_h323_types.c have been updated. > > 1. Add support for decoding IPv6 address. I know it was manually added in the header file, but not in the template file. That wouldn't work. > 2. Add missing support for decoding T.120 address in OLCA. > 3. Remove unnecessary decoding of Information signal. > > Signed-off-by: Jing Min Zhao Applied, thanks a lot.