From owner-freebsd-questions Thu Jul 31 05:26:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA03917 for questions-outgoing; Thu, 31 Jul 1997 05:26:33 -0700 (PDT) Received: from logic.it (mod8.logic.it [195.120.151.24]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id FAA03886 for ; Thu, 31 Jul 1997 05:26:21 -0700 (PDT) Received: (qmail 512 invoked by uid 1000); 31 Jul 1997 10:15:17 -0000 Date: Thu, 31 Jul 1997 12:15:16 +0200 (MET DST) From: Marco Molteni X-Sender: molter@dumbwinter.ecomotor.it To: mark@intervista.net cc: questions@FreeBSD.ORG Subject: Re: tcptrace. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 30 Jul 1997 mark@intervista.net wrote: > yeah i knew that.but i was told that tcptrace will parce the packets > and show all traffic,such as finger attemps and things like that. [..] Mark, _if_ all you want to do is logging/denying connections, you don't need promiscuos mode, tcpdump or tcptrace. All you need is the tcpwrappers package ;-) Marco