一、Win10安装WinPcap4.13时提示如下: 
WinPcap 4.1.3 is already installed on this machine. 
Press Ok if you want to force the installation, or Cancel if you want to 
abort the installation.  
明明卸载过了,应该是没有卸载干净 
解决方法: 
删除下面的文件即可 
  c:\windows\system32\Packet.dll 
  c:\windows\system32\drivers/npf.sys 
  c:\windows\system32\WanPacket.dll 
  c:\windows\system32\wpcap.dll 
  c:\windows\system32\pthreadVC.dll 
其实我只删除了packet.dll和wpcap.dll就可以正常安装3.01了。 
   
二、Win10安装WinPcap4.13时出现如下图提示,不能安装: 
Error opening file for writing: 
C:\Windows\system32\wpcap.dlI 
Click Abort to stop the itltin, 
Retry to try again, or 
Ignore to skip this file.  
解决办法: 
找到下列相应文件,并把扩展名修改即可 
C:\Windows\SysWOW64 的wpcap.dll改成 wpcap.dll.old 
C:\Windows\SysWOW64的packet.dll改成 packet.dll.old 
三、在卸载winpcap的时候,一定要把nessus关闭,才能把所有文件卸载完,或者把使用winpcap的相关软件关闭。只要使用着winpcap都卸载不完全。 |