On 14/01/2011 11:26, admin lewis wrote:
Hi, My server is connected to the lan and when I run tcpdump I see few packets captured but lots packets received by filter. How can I dump every packets received by filter ?
I use the following command to make packet captures:
tcpdump -i eth0 -s 0 -w capture.cap
It creates a file capture.cap that can be read by a packet analyzer - e.g. wireshark.