moerwald

Results 1 comments of moerwald

Found this sample in config.txt. May help: ``` udp ipv4 against port: udp and (udp.DstPort == 12354 or udp.SrcPort == 12354) ``` So your filter could be: ``` udp and...