From owner-freebsd-questions@FreeBSD.ORG Fri Apr 7 12:01:26 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 3E3C216A400 for ; Fri, 7 Apr 2006 12:01:26 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF97D43D78 for ; Fri, 7 Apr 2006 12:01:20 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from [192.168.1.71] ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k37C1Huq006953; Fri, 7 Apr 2006 15:01:17 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Fri, 7 Apr 2006 15:00:27 +0300 User-Agent: KMail/1.9.1 References: <200604071132.05193.nvass@teledomenet.gr> <20060407112710.GF11253@sysadm.stc> In-Reply-To: <20060407112710.GF11253@sysadm.stc> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604071500.27465.nvass@teledomenet.gr> Cc: Igor Robul 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 12:01:26 -0000 On Friday 07 April 2006 14:27, Igor Robul wrote: > 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? Cause I want to debug http, which is ASCII. Having every tcp segment in hex and/or ASCII won't help much. 'GET / HTTP/1.1' is much easier to read than the hexdump. 0x4174206c6561737420666f72206d653a29 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"