From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 19:11:18 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 5138C37B401 for ; Wed, 13 Aug 2003 19:11:17 -0700 (PDT) Received: from HostMaster.hostingbay.net (hostingbay.net [66.135.33.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD1943FA3 for ; Wed, 13 Aug 2003 19:11:16 -0700 (PDT) (envelope-from dominoid@dominoid.org) Received: from cpanel by HostMaster.hostingbay.net with local (Exim 4.20) id 19n7aK-0002dc-2M for freebsd-questions@freebsd.org; Thu, 14 Aug 2003 12:11:28 +1000 Received: from 128.250.18.41 ([128.250.18.41]) by dominoid.org (IMP) with HTTP for ; Thu, 14 Aug 2003 12:11:28 +1000 Message-ID: <1060827088.3f3aefd00b8f6@dominoid.org> Date: Thu, 14 Aug 2003 12:11:28 +1000 From: Dominiod To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 128.250.18.41 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - HostMaster.hostingbay.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [502 32001] / [47 12] X-AntiAbuse: Sender Address Domain - dominoid.org Subject: simple TCP data capture program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 02:11:18 -0000 Hi, Is there a simple tool in freebsd (in ports?) that allows you to see data going to and from a particular port on your machine? (I want to be able to see what is being sent to and from a program I am writing which isnt quite working properly) I looked at tcpdump and tcpshow to decode the log it shows... Surely there is a program that shows you the text in real time?