常用过滤规则:
协议过滤、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
如果觉得文章对您有用,请点下推荐。您的支持将鼓励我继续创作!