Wireshark常用过滤条件
1. IP
ip.src == 127.0.0.1
ip.dst == 127.0.0.1
2. Protocol
http
3. Port
tcp.port eq 80
4. OR
||
5. AND
&&
6. NOT
ip.dst != 127.0.0.1
1. IP
ip.src == 127.0.0.1
ip.dst == 127.0.0.1
2. Protocol
http
3. Port
tcp.port eq 80
4. OR
||
5. AND
&&
6. NOT
ip.dst != 127.0.0.1
Web本地调试时,localhost抓包用RawCap。RawCap的输出结果用Wireshark查看。下面是三次握手的过程截图。