clumsy icon indicating copy to clipboard operation
clumsy copied to clipboard

Filter "all ipv4 against port" doesn't work. How to use it?

Open victorious85 opened this issue 4 years ago • 1 comments

victorious85 avatar Apr 17 '20 22:04 victorious85

Found a workaround for you! Only the ip.Src/DstPort is not acepted by the software, so you can try with this filter:

tcp.DstPort == 12345 or udp.DstPort == 12345

gothitachisama avatar May 14 '20 12:05 gothitachisama