ip.addr == 192.168.6.1
过滤出包含192.168.6.1的报文
ip.src == 192.168.43.137
过滤出源ip地址为192.168.43.137的报文
ip.dst == 192.168.43.137
过滤出目标ip地址为192.168.43.137的报文
tcp.port == 80
过滤出包含tcp的80端口号
tcp.src == 80
过滤出源tcp的80端口号
tcp.dstport == 80
过滤出目标tcp的80端口号
eth.addr == 68:17:29:2f:c4:2f
过滤出包含的mac地址
eth.src == 68:17:29:2f:c4:2f
过滤出源mac地址
eth.dst == 68:17:29:2f:c4:2f
过滤出目标mac地址
arp
过滤出arp协议
and 且
or 或
not 非
( ) 括号
tcp or http and (not http)
只保存指定的报文只保存9,10,11,12四个报文
以上就是Wireshark过滤规则及过滤选项如何理解的详细内容,更多请关注php中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号