1 | initial version |
The protocol I'm seeing that I don't wish to is NBNS.
NBNS runs atop UDP, on port 137, so a capture filter that captures only UDP traffic, and doesn't capture UDP traffic that's NBNS traffic, would be udp && !udp port 137
.