当我使用wireshark跟踪tcp数据包时,它工作正常。但是当我使用wget
命令时,它无法跟踪。有什么问题?
○ → wget http://superuser.com/questions/674605/what-is-type-of-icmp-packets-tcp-or-udp
--2016-10-01 10:50:36-- http://superuser.com/questions/674605/what-is-type-of-icmp-packets-tcp-or-udp
Resolving superuser.com... 151.101.193.69, 151.101.1.69, 151.101.65.69, ...
Connecting to superuser.com|151.101.193.69|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 74235 (72K) [text/html]
Saving to: ‘what-is-type-of-icmp-packets-tcp-or-udp’
what-is-type-of-icmp-packets-tcp-or-udp 100%[==============================================================================================>] 72.50K 37.3KB/s in 1.9s
2016-10-01 10:50:39 (37.3 KB/s) - ‘what-is-type-of-icmp-packets-tcp-or-udp’ saved [74235/74235]
答案 0 :(得分:0)
我知道了,因为我使用VPN导致dest ip改为VPN地址。