常用过滤规则:
协议过滤、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
常用过滤规则:
协议过滤、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
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。