当前位置: 代码迷 >> .NET分析设计 >> Ethereal分辨不到网卡
  详细解决方案

Ethereal分辨不到网卡

热度:10428   发布时间:2013-02-25 00:00:00.0
Ethereal识别不到网卡
请问用 ethereal 的时候识别不到网卡,是怎么回事?
 在选择网卡的interface处什么都没有,没有选项
在Capture Opinions中的interface若找不到网卡,一般是npf没有启动。
 
以管理员身份运行cmd,运行命令:
 
net start npf 

管理员的身份运行时,右键命令行提示符,以管理员的身份运行即可在Capture Opinions中的interface若找不到网卡,一般是npf没有启动。
 
以管理员身份运行cmd,运行命令:
 
net start npf 

管理员的身份运行时,右键命令行提示符,以管理员的身份运行即可同求解!高手解决!