使用Wireshark抓包的時候,報出如下錯誤:
The capture session could not be initiated on interface '\Device\NPF_Loopback' (Error opening adapter: The system cannot find the path specified. (3)).
google一下,發現有人也提了同樣的問題,鏈接如下
https://ask.wireshark.org/question/12250/the-capture-session-could-not-be-initiated-on-interface-devicenpf_loopback-error-opening-adapter-the-system-cannot-find-the-path-specified-3/
按照回答操作如下:
1、用管理員權限打開CMD
2、在Cmd里執行命令:
net start npcap
顯示如下:
3、重新打開Wireshark,問題解決~~