Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Difference between !(ip.addr == 192.0.2.1) and (ip.addr != 192.0.2.1)

Regarding the filters in Wireshark, what is the differencebetween !(ip.addr == 192.0.2.1) and (ip.addr != 192.0.2.1)? When check the result, it's not giving the same result and I don't know why...

Plus, when I apply the filter (ip.addr != 192.0.2.1) appears a different color as background in filters (Yellow).

Does anyone can help me? Thanks in advance.