From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Oester Subject: Re: [PATCH] new 'tcpack' match Date: Sun, 3 Apr 2005 17:52:42 -0700 Message-ID: <20050404005242.GA29087@linuxace.com> References: <42464598.9040707@outerspace.dyndns.org> <425032D5.2010302@trash.net> <42507DF8.9030102@outerspace.dyndns.org> <20050403235141.GA28850@linuxace.com> <4250852B.2010802@outerspace.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@lists.netfilter.org, Patrick McHardy Return-path: To: Jonas Berlin Content-Disposition: inline In-Reply-To: <4250852B.2010802@outerspace.dyndns.org> 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 On Mon, Apr 04, 2005 at 03:07:07AM +0300, Jonas Berlin wrote: > Yeah, datalen perhaps.. but should it maybe also match a range instead of > just one exact length? Sure, and maybe both ranges and multiple lengths, similar to how revision 1 of the multiport match handles ports. So: --datalen [!] A[,B:C[,D]] Phil