From owner-freebsd-questions@FreeBSD.ORG Fri Apr 7 12:28:42 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 537B616A401 for ; Fri, 7 Apr 2006 12:28:42 +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 8058F43D48 for ; Fri, 7 Apr 2006 12:28:41 +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 k37CSeuq007446; Fri, 7 Apr 2006 15:28:40 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Fri, 7 Apr 2006 15:27:49 +0300 User-Agent: KMail/1.9.1 References: <200604071132.05193.nvass@teledomenet.gr> <200604071500.27465.nvass@teledomenet.gr> <62E5CE298B1A036558020135@unsupported> In-Reply-To: <62E5CE298B1A036558020135@unsupported> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604071527.50074.nvass@teledomenet.gr> Cc: Karl Pielorz 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:28:42 -0000 On Friday 07 April 2006 15:10, Karl Pielorz wrote: > >> 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 > > Have you tried tcpflow? That can either dump the actual flows to files - or > you can dump them to the console... > I have already found what I was looking for. net/balance:) > If you're sending it to the console, and it might be gifs / other binary, > piping it through 'strings' is usually a good idea :) > > -Kp > _______________________________________________ > 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"