windows 10 启动 wireshark 找不到网卡解决
安装 wireshark 过程中,没有选择 winpcap 随系统启动自动运行。结果启动 wireshark,找不到网卡。原因是没有启动 winpcap。winpcap 的启动方法如下:
- Open a Command Prompt with administrative privileges.
- Execute the command: “sc query npf” and verify if the service is running.
- Execute the command: “sc stop npf” followed by the command: “sc start npf“.
- Open WireShark and press “F5“