dumping net traffic to log file

Chuck Swiger cswiger at mac.com
Tue Jul 25 18:22:20 UTC 2006


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


More information about the freebsd-questions mailing list