linux环境下截取某个IP某个端口发的包
tcpdump -w 002.txt -s0 host 192.168.10.1and port 2222
查看目录下有多少个文件
find ./ -type f | wc -l
tcpdump -w 002.txt -s0 host 192.168.10.1and port 2222
查看目录下有多少个文件
find ./ -type f | wc -l
本文介绍如何在Linux环境中使用tcpdump工具捕获指定IP及端口的数据包,并展示如何统计当前目录下文件的数量。

被折叠的 条评论
为什么被折叠?