Wireshark常用命令
Posted Lambeto
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wireshark常用命令相关的知识,希望对你有一定的参考价值。
1、本机发往192.168.0.2机器的数据包:
ip.src==192.168.0.1 and ip.dst==192.168.0.2
2、本机发往192.168.0.2/192.168.0.3机器的数据包:
ip.dst==192.168.0.2 and ip.dst==192.168.0.3
3、本机发往及接收192.168.0.2机器的数据包:
ip.src==192.168.0.2 or ip.dst==192.168.0.2
以上是关于Wireshark常用命令的主要内容,如果未能解决你的问题,请参考以下文章