1.多个filter用and连接
2.目的地址和源地址
ip.dst==192.168.1.1 ip.src==1.1.1.1
3.协议过滤
直接输入协议名称即可
tcp and udp
4.端口过滤
tcp.port==80//源端口和目的端口 tcp.dstport==80 tcp.srcport==80
5.http模式过滤
http.requset.method=="GET"("POST")
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/227689.html原文链接:https://javaforall.net
