Tuesday, July 22, 2008

tcpdump : capturing data

capture all traffic on port 80 for a specific machine

sudo tcpdump -A -s 0 -i eth0 dst or src host and port 80


Reference : http://code.google.com/support/bin/answer.py?answer=71567&topic=12022