如何在Wireshark中识别网页刷新的实例

发布于 2025-01-05 07:36:28 字数 285 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

杀手六號 2025-01-12 07:36:28

我认为你不能,因为刷新就像一个简单的请求!刷新没有什么特别的,它只是发送一个 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文