Answer the question
In order to leave comments, you need to log in
How to create filters in wireshark?
How to exclude ip addresses 192.168.1.1-192.168.255.255 in wireshark?
Answer the question
In order to leave comments, you need to log in
I'm not strong, but maybe so?
ip.addr < 192.168.1.1 || ip.addr > 192.168.255.255
If I understand you correctly, then you should use capture filter not dst net 192.168.0.0/16
or display filter ip.dst!=192.168.0.0/16
.
If this is not what you need, then specify the goal you want to achieve.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question