mgoann 发表于 2013-2-4 19:27:45

Linux抓包命令

Linux转包命令

<div class="blogstory"><div class="blog_content">Linux的抓包命令tcpdump -i eth0 -Xs 10000 -vv port 22808 -I 表示监测的设备号,-vv表示显示详细信息, -s 表示设置断行, -c 表示最多截取包数。-w表示存到文件中。如抓包tcpdump tcp port 22808 –X –vv –c 100 –s 1500 –w tcp.log
页: [1]
查看完整版本: Linux抓包命令