实验12:NAT协议分析
1
What is the IP address of the client?
客户端的 IP 地址是192.168.1.100
2
The client actually communicates with several different Google servers in order to implement “safe browsing.” (See extra credit section at the end of this lab). The main Google server that will serve up the main Google web page has IP address 64.233.169.104. In order to display only those frames containing HTTP messages that are sent to/from this Google, server, enter the expression
http && ip.addr == 64.233.169.104
(without quotes) into the Filter: field in Wireshark .
已过滤。