Skip to content

Commit

Permalink
Add a fix for BFE service not running. See nmap/nmap#802
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jul 5, 2018
1 parent 8650ada commit 3a290e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer/FixInstall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ if %LoopbackSupport% == 0x1 (
"%NPCAP_DIR%\NPFInstall.exe" -il
)

rem Start the Base Filtering Engine in case it was disabled
sc.exe config bfe start= auto
net start bfe

rem Restart the services
net start npcap
if %WinPcapCompatible% == 0x1 (
Expand Down

0 comments on commit 3a290e9

Please sign in to comment.