Re: I would like to tcpdump and get all the packets...
From: Michael Sierchio (kudzu_at_tenebras.com)
Date: 09/18/03
- Previous message: Marc G. Fournier: "Re: Traffic analysis ports?"
- In reply to: Josh Brooks: "I would like to tcpdump and get all the packets..."
- Next in thread: Lars Eggert: "Re: I would like to tcpdump and get all the packets..."
- Reply: Lars Eggert: "Re: I would like to tcpdump and get all the packets..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Sep 2003 07:17:53 -0700 To: freebsd-net@freebsd.org
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
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Marc G. Fournier: "Re: Traffic analysis ports?"
- In reply to: Josh Brooks: "I would like to tcpdump and get all the packets..."
- Next in thread: Lars Eggert: "Re: I would like to tcpdump and get all the packets..."
- Reply: Lars Eggert: "Re: I would like to tcpdump and get all the packets..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|