Date: Tue, 25 Jul 2006 14:21:47 -0400 From: Chuck Swiger <cswiger@mac.com> To: Steel City Phantom <scphantm@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: dumping net traffic to log file Message-ID: <44C6613B.2000208@mac.com> In-Reply-To: <44C65765.4090401@yahoo.com> References: <44C51D80.8060306@yahoo.com> <20060725011022.GD27489@jeeves.stilyagin.local> <44C63BBE.90102@yahoo.com> <44C64486.3030005@mac.com> <44C65765.4090401@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Steel City Phantom wrote: > Great, im making good progress here. it seems like tcpdump only > captures the headers, is there a way to capture the entire packet, data > and all? Use "-s 0". tcpdump is closer to the equivalent of a network toolbox than merely a "swiss army" knife, but you may find that dumping to a file and reading that file from another process does better (via -i & -o flags), especially under higher traffic volume. -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44C6613B.2000208>