From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 06:51:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F27A16A4CE for ; Mon, 17 Nov 2003 06:51:25 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F6443FA3 for ; Mon, 17 Nov 2003 06:51:24 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (sccrmhc11) with ESMTP id <2003111714512001100ralnie>; Mon, 17 Nov 2003 14:51:20 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id EB2E87D; Sun, 16 Nov 2003 13:14:59 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org To: =?iso-8859-1?q?Gannater_J=E1nos?= References: From: Lowell Gilbert Date: 16 Nov 2003 13:14:59 -0500 In-Reply-To: Message-ID: <44d6bsuqn0.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Disk question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 14:51:25 -0000 > >> Another question; > >> What does it mean if after a Connection attempt I see: flags:0x02 > > > Where do you see that? What else do you see with it? > For example: > Connection attempt to TCP > Connection attempt to TCP MYIP:443 from 210.0.210.133:4448 > flags:0x02 > > But I have seen connection to port 80 and with UDP protocoll as well. > Both with flags:0x02 Ah. You are using LOG_IN_VAIN. That flags value is a bitfield of header settings from the packet. According to /usr/include/netinet/tcp.h, that means a SYN packet on TCP. I don't think it should happen on UDP packets, but I'm too lazy to actually check at the moment.