码迷,mamicode.com
首页 > 其他好文 > 详细

tcpdump用法

时间:2015-04-14 14:12:33      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:

http://blog.csdn.net/s_k_yliu/article/details/6665673

抓包

tcpdump -i eth2 host 200.200.155.143 and port 80 -s 0 -nn -w /tmp/nima.pcap

监听

tcpdump -i eth2 host 200.200.0.20 and port 80 -nn

tcpdump用法

标签:

原文地址:http://www.cnblogs.com/linlinfa/p/4424593.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!