i want to start capturing using Wireshark with command line, in order to exclude port i am use "not tcp port xxx" command, how can i exclude protocol ? i try 'not ProtocolName" but it doesn't work.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
tshark f "not tcp"works OK for me on Windows. What OS are you using? What is the complete command you are using ? What's the error message you are getting ? – willyo Dec 27 '12 at 16:16tshark -f "not tcp"– willyo Dec 27 '12 at 22:28