tricks & filters |
hint nr.1
RTFM !!
hint nr. 2
tcpdump -n -i eth0
the option -n Do not convert addresses (i.e., host addresses) to names.
your sniffing workstation is not making any DNS lookup
hint nr. 3
tcpdump -nn -i eth0
the option -nn Don’t convert addresses (i.e., host addresses ,port numbers , etc) to names.
your sniffing workstation is not making any DNS lookup an ports an numbers, not names
hint nr. 4
tcpdump -vttttnnel -i eth0
displays a usefull output for a usage in scripts do process the output.
Filters
- tcpdump filters
|
|