I know we can sniff multiple ports with “tool sniffer quick ports=3389,443” and we can exclude a port with “tool sniffer quick ports=!3389” but what if I want to exclude multiple ports?
I tried "“tool sniffer quick ports=!3389,!443” but it displays all ports including the ones I’m trying to exclude. I think the logic is !3389 displays all ports including 443, and !443 displays all ports including 3389.
Ok then I guess it is impossible to do it this way.
Of course you can still use the sniff actions in the IP firewall mangle tables to send whatever traffic you like to an external sniffer machine.