From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramin Alidousti Subject: Re: detection of the third tcp packet in a tcp connection setup Date: Thu, 27 Jun 2002 15:08:30 -0400 Sender: netfilter-admin@lists.samba.org Message-ID: <20020627190830.GV31466@cannon.eng.us.uu.net> References: <20020627182753.GS31466@cannon.eng.us.uu.net> <20020627185257.SUCU19225.mta07-svc.ntlworld.com@there> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20020627185257.SUCU19225.mta07-svc.ntlworld.com@there> Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Antony Stone Cc: netfilter@lists.samba.org On Thu, Jun 27, 2002 at 07:52:54PM +0100, Antony Stone wrote: > On Thursday 27 June 2002 7:27 pm, Ramin Alidousti wrote: > > > Hi, > > > > Does anyone have a good solution to catch the third (ACK) packet > > in a tcp connection setup? > > Is the --ctstatus connection tracking extension any use ? The value > SEEN_REPLY will tell you when the second packet's come in, and ASSURED will > match the third packet.... Thanks, Antony and also Maciej and Patrick. Let all the solutions come :-) Ramin > Antony.