I would like to tcpdump and get all the packets...
Michael Sierchio
kudzu at tenebras.com
Thu Sep 18 07:17:55 PDT 2003
Josh Brooks wrote:
> Whenever I run:
>
> tcpdump -vvv
>
> when I am finished, I am surprised to see:
>
> 27441 packets received by filter
> 7866 packets dropped by kernel
The time it takes to resolve host names, probably, and the additional
burden of writing the service names, where known, etc.
Try
tcpdump -vvv -n
or
tcpdump -vvv -ln
More information about the freebsd-net
mailing list