S
S
Sergey Karbivnichy2015-03-04 12:57:22
Computer networks
Sergey Karbivnichy, 2015-03-04 12:57:22

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

2 answer(s)
D
Dmitry, 2015-03-04
@dnovikoff

I'm not strong, but maybe so?
ip.addr < 192.168.1.1 || ip.addr > 192.168.255.255

T
throughtheether, 2015-03-04
@throughtheether

If I understand you correctly, then you should use capture filter not dst net 192.168.0.0/16or 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 question

Ask a Question

731 491 924 answers to any question