美文网首页
wireshark问题

wireshark问题

作者: saronic | 来源:发表于2017-07-09 08:42 被阅读49次

windows 10 启动 wireshark 找不到网卡解决

安装 wireshark 过程中,没有选择 winpcap 随系统启动自动运行。结果启动 wireshark,找不到网卡。原因是没有启动 winpcap。winpcap 的启动方法如下:

  1. Open a Command Prompt with administrative privileges.
  2. Execute the command: “sc query npf” and verify if the service is running.
  3. Execute the command: “sc stop npf” followed by the command: “sc start npf“.
  4. Open WireShark and press “F5“

相关文章

网友评论

      本文标题:wireshark问题

      本文链接:https://www.haomeiwen.com/subject/ixlshxtx.html