WireShark Filters
Filter | Comment |
ip.addr == 8.8.8.8 | Only this IP |
tcp.flags.ack==0 | When troubleshooting Synchronization - acknowledgement handshake filters out the packets |
tcp and not tcp.len==0 | For response packets |
! ( ip.addr == 9.9.9.9 ) | Not this IP |
! (ip.src == 10.10.10.10 or ip.dst == 11.11.11.11) | Not this IP or this IP |