How to capture UDP traffic and not NBNS traffic?
Hi -
I'm sure this question has been asked and answered many times, but I can't find what I'm looking for.
I'm trying to apply filters so I only see traffic between two devices, and only when they're of UDP protocol. In the display filter, I use this:
(ip.addr == 192.168.70.20 || ip.src == 192.168.70.22)
and in Capture->Options, I've selected the (presupplied) udp filter. I'm still seeing traffic of other protocols, though. Can someone tell me what I'm doing wrong? Thanks.