1、使用端口过滤: tcp.port >=52330 and tcp.port<=52331
使用端口+ip过滤
tcp.port >=8000 and tcp.port<=8000 and ip.src==192.168.1.76
tcp.port >=8000 and tcp.port<=8000 and ip.src==192.168.1.76 and ip.dst==192.168.1.33
ip.src==192.168.1.33 and ip.dst==192.168.1.76
(ip.src==192.168.1.33 or ip.src==192.168.1.76) and (ip.dst==192.168.1.33 or ip.dst==192.168.1.76) and tcp.port ==8000
Wireshark 抓包 test
内容版权声明:除非注明,否则皆为本站原创文章。