Subject: Re: Networking oddity between Debian and NetBSD
To: Greg Troxel <gdt@ir.bbn.com>
From: Eric Haszlakiewicz <erh@jodi.nimenees.com>
List: current-users
Date: 11/30/2004 21:06:53
On Tue, Nov 30, 2004 at 07:13:57PM -0500, Greg Troxel wrote:
> Install pkgsrc/grahics/xplot.
> tcpdump -w foo tcp
> [do transfer]
> tcpdump -tt -S -r foo | tcpdump2xplot
> [read the README in the xplot sources]
> xplot *.xplot, and look at the plots.
actually, you'll need to do something like:
tcpdump -tt -S -r foo | sed -e's/ IP//' | tcpdump2xplot
tcpdump2xplot doesn't handle current tcpdump output.
eric