From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 13 18:01:52 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E124516A422 for ; Tue, 13 Dec 2005 18:01:52 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B4BA43D7D for ; Tue, 13 Dec 2005 18:01:17 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id jBDI1BCc019535; Tue, 13 Dec 2005 12:01:11 -0600 (CST) (envelope-from dan) Date: Tue, 13 Dec 2005 12:01:11 -0600 From: Dan Nelson To: Brian Reichert Message-ID: <20051213180110.GE67826@dan.emsphone.com> References: <20051213160057.GH19179@numachi.com> <20051213162049.GI19179@numachi.com> <20051213174031.GJ19179@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051213174031.GJ19179@numachi.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-hackers@freebsd.org Subject: Re: Does tcpdump2xplot work? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 18:01:53 -0000 In the last episode (Dec 13), Brian Reichert said: > On Tue, Dec 13, 2005 at 11:20:49AM -0500, Brian Reichert wrote: > > Other docs say I have to do this: > > > > tcpdump -tt -S -r tcpdump.out | tcpdump2xplot > > > > But, I get the same error... > > I've traced down the issue: tcpdump now creates lines like: > > IP > ... > > And tcpdump2xplot doesn't want to see that 'IP' field. I'll try to get a > patch cobbled... You'll probably get better results using the tcptrace port, which reads capture files directly. -- Dan Nelson dnelson@allantgroup.com