From 4abbd2bb6be4d2ff26008fa5dffd2b8a112a3f01 Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Thu, 13 May 2021 12:27:52 -0500 Subject: [PATCH] Remove unused INF file for npf driver --- packetWin7/npf/npf/npf_wfp.inf | 80 ---------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 packetWin7/npf/npf/npf_wfp.inf diff --git a/packetWin7/npf/npf/npf_wfp.inf b/packetWin7/npf/npf/npf_wfp.inf deleted file mode 100644 index eecac670..00000000 --- a/packetWin7/npf/npf/npf_wfp.inf +++ /dev/null @@ -1,80 +0,0 @@ -;------------------------------------------------------------------------- -; NPF_WFP.INF -- Npcap NDIS 6.x LightWeight Filter Driver -; -; Copyright (c) 2020, Insecure.Com LLC. All rights reserved. -;------------------------------------------------------------------------ -[version] -Signature = "$Windows NT$" -Class = WFPCALLOUTS -ClassGUID = {57465043-616C-6C6F-7574-5F636C617373} -CatalogFile = %NPF_DriverName%.cat -Provider = %Insecure% -DriverVer=05/15/2015,14.48.38.905 - - -[Manufacturer] -%Insecure%=Insecure,NTx86,NTia64,NTamd64 - -[Insecure.NTx86] -%NPF_Desc%=Install, INSECURE_NPF - -[Insecure.NTia64] -%NPF_Desc%=Install, INSECURE_NPF - -[Insecure.NTamd64] -%NPF_Desc%=Install, INSECURE_NPF - -;------------------------------------------------------------------------- -; Installation Section -;------------------------------------------------------------------------- -[Install] -AddReg=Inst_Ndi -Characteristics=0x40000 -NetCfgInstanceId="{7daf2ac8-e9f6-4765-a842-f1f5d2501340}" -Copyfiles = npf.copyfiles.sys - -[SourceDisksNames] -1=%NPF_Desc%,"",, - -[SourceDisksFiles] -npf.sys=1 - -[DestinationDirs] -DefaultDestDir=12 -npf.copyfiles.sys=12 - -[npf.copyfiles.sys] -%NPF_DriverName%.sys,,,2 - - -;------------------------------------------------------------------------- -; Ndi installation support -;------------------------------------------------------------------------- -[Inst_Ndi] -HKR, Ndi,Service,,%NPF_DriverName% -HKR, Ndi,CoServices,0x00010000,%NPF_DriverName% -HKR, Ndi,HelpText,,%NPF_HelpText% - -;------------------------------------------------------------------------- -; Service installation support -;------------------------------------------------------------------------- -[Install.Services] -AddService=%NPF_DriverName%,,NPF_Service_Inst - -[NPF_Service_Inst] -DisplayName = %NPF_Desc% -ServiceType = 1 ;SERVICE_KERNEL_DRIVER -StartType = 1 ;SERVICE_SYSTEM_START -ErrorControl = 1 ;SERVICE_ERROR_NORMAL -ServiceBinary = %12%\%NPF_DriverName%.sys -LoadOrderGroup = NDIS -Description = %NPF_Desc% -AddReg = Common.Params.reg - -[Common.Params.reg] - -[Strings] -NPF_DriverName = "npf" -Insecure = "Nmap Project" -NPF_Desc = "Npcap Packet Driver (NPF)" -NPF_HelpText = "A NDIS 6 filter driver & WFP callout driver to support packet capturing and sending under Windows 7, 8 & 10"