Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,任何人都可以帮助我,
我尝试 ping www.google.com,但没有在 Windows 10 的 Wireshark 版本 3.6.0 中捕获它。
我使用 ICMP 过滤器。在cmd中,它显示没有丢失,我很确定防火墙没有阻止。
icmp 不捕获
Wireshark 过滤器icmp不涵盖 IPv6 上的 ICMP,这是您的屏幕截图显示的内容。您需要使用icmpv6作为过滤器来查看您要查找的内容。由于您可能有双堆栈(IPv4 和 IPv6),您可能需要使用过滤器:
icmp or icmpv6
我没有可用的窗口,所以我无法重现你的任务,但我是在我的 linux 机器上做的,它可以工作
也许您没有以管理员权限启动它?还尝试不仅捕获 wifi,而且捕获任何来源。