常用过滤规则:
协议过滤、IP过滤、端口过滤、路径过滤
一、协议过滤
二、IP过滤
ip.src == xx
ip.dst == xx
ip.addr == xx
三、端口过滤
tcp.port == xx
udp.port == xx
tcp.srcport == xx
tcp.dstport == xx
四、路径过滤
http.request.uri == xxx
原文:https://www.cnblogs.com/pengsn/p/14680800.html