首页 > 代码库 > Wireshark常用命令

Wireshark常用命令

1、本机发往192.168.0.2机器的数据包:

ip.src=http://www.mamicode.com/=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=http://www.mamicode.com/=192.168.0.2 or ip.dst==192.168.0.2>

Wireshark常用命令