如何在Wireshark中识别网页刷新的实例
我正在使用 Wireshark 来监控网页流量。我想知道刷新网页的实例(Paket)。当我查看数据包时,我找不到具体的模式。请告诉我。
eg:
www.wireshark.com , www.wireshark.com
or
www.wireshark.com , www.google.com ,www.wireshark.com
我不能依赖 Http 数据包信息中的 HostName、referer,因为一个网页可能会请求多个主机来获取图像/添加等
I am using Wireshark to monitor WebPage traffic. I would like to know the instance(Paket) at which the Webpage is refreshed. I could'nt find a concrete pattern when I look at the packets. Please let me know.
eg:
www.wireshark.com , www.wireshark.com
or
www.wireshark.com , www.google.com ,www.wireshark.com
I can't depend on HostName,referer in Http Packet information as one Webpage might request multiple hosts to get images/adds etc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你不能,因为刷新就像一个简单的请求!刷新没有什么特别的,它只是发送一个 get 请求
i think you cant, because a refresh will act just like a simple request! there is nothing special with the refresh, it just sends a get request