tcpdump notes

tcpdump notes

http://staff.washington.edu/dittrich/talks/core02/tools/tcpdump-filters.txt
http://www.alexonlinux.com/tcpdump-for-dummies
http://yangpenglee.blog.163.com/blog/static/1657992362010513115035497/

sudo tcpdump -s 0 -i lo -X -w mycapture.trc -vvv 'port 8010 and host 10.0.2.15'

你可能感兴趣的:(tcpdump notes)