From owner-freebsd-questions@FreeBSD.ORG Fri Apr 7 11:27:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4429116A401 for ; Fri, 7 Apr 2006 11:27:38 +0000 (UTC) (envelope-from igorr@speechpro.com) Received: from speechpro.ru (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA7943D46 for ; Fri, 7 Apr 2006 11:27:37 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from [192.168.2.26] (helo=sysadm.stc) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1FRp7n-0002U0-0U for freebsd-questions@freebsd.org; Fri, 07 Apr 2006 15:27:35 +0400 Received: from igorr by sysadm.stc with local (Exim 4.54 (FreeBSD)) id 1FRp7O-0002y3-Op for freebsd-questions@freebsd.org; Fri, 07 Apr 2006 15:27:10 +0400 Date: Fri, 7 Apr 2006 15:27:10 +0400 From: Igor Robul To: freebsd-questions@freebsd.org Message-ID: <20060407112710.GF11253@sysadm.stc> References: <200604071132.05193.nvass@teledomenet.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604071132.05193.nvass@teledomenet.gr> User-Agent: Mutt/1.5.11 Sender: Igor Robul X-Archived: Yes Subject: Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2006 11:27:38 -0000 On Fri, Apr 07, 2006 at 11:32:04AM +0300, Nikos Vassiliadis wrote: > Hi, > > I am searching for program similar to net/redir. It's > a simple program that listens to a tcp port and redirects > all input to another address:port. I want to debug http > and I need something that does what redir does plus > dumping all input & output to my terminal. Is there some- > thing like that in ports? Or somewhere else? Why dont you wish use tcpdump?