示例:
- udp and host 192.168.1.200
- udp and udp.port==51688
- udp && (udp.port==51688)
- udp && (udp.port==51688 udp.port==51689) && (ip.src == 192.168.1.21)
- udp && (udp.port==51688 udp.port==51689) && (ip.dst == 239.3.3.3)
- udp && (udp.port==51688 udp.port==51689) && (not broadcast )
支持 && 或者 and or