I need help with Wireshark Capturing filtering syntax of two IPs, my IP and one more, any protocol.
Hello, The title almost says it all. I would've thought this would be easy but to me it is not, I am no educated internet genesis. Here is an example of what I thought it should look like.
"ip == 0.0.0.0 && ip == 0.0.0.0"
But of course that above does not work! Protocol does not matter, just those two IPs. Here is another one.
"ip == 0.0.0.0 && domain name.com"
The first IP would be mine, the second one would be of my choice, ip or www. I have searched this to death with no luck!