;------------------------------------------------------------------------- ; wfpcapture.INF -- WFP Packet Capture Callout Driver ; ; Copyright (c) Microsoft Corporation. All rights reserved. ;------------------------------------------------------------------------- [version] Signature = "$Windows NT$" Class = NetService ClassGUID = {4d36e974-e325-11ce-bfc1-08002be10318} Provider = %Msft% DriverVer=06/21/2006,1.0.0.0 [Manufacturer] %PefWfp%=PefWfp,NTamd64 [PefWfp.NTamd64] %WfpCapture_Desc%=Wfpcapture, MS_wfpcapture ;------------------------------------------------------------------------- ; Installation Section ;------------------------------------------------------------------------- [Wfpcapture.NTamd64] AddReg = Wfpcapture.AddReg [Wfpcapture.AddReg] HKR, Ndi\Interfaces, UpperRange,, "noupper" HKR, Ndi\Interfaces, LowerRange,, "nolower" HKR, Ndi,Service,,"wfpcapture" HKR, Ndi,Security,,"D:P(A;;GA;;;SY)(A;;GA;;;BA)(A;;GA;;;LS)";/// Permit Generic All access to SYstem, Built-in Admin, and Local System. ;-------------------------------------------------------------------------- ; Service installation ;-------------------------------------------------------------------------- [Wfpcapture.NTamd64.Services] AddService = wfpcapture,,Wfpcapture_Service_Inst [Wfpcapture_Service_Inst] DisplayName = %WfpCapture_Desc% Description = %WfpCapture_Desc% ServiceType = 1 ; ///SERVICE_KERNEL_DRIVER StartType = 3 ; ///SERVICE_DEMAND_START ErrorControl = 1 ; ///SERVICE_ERROR_NORMAL ServiceBinary = %12%\wfpcapture.sys LoadOrderGroup = NDIS ;-------------------------------------------------------------------------- ; WDF CoInstaller ;-------------------------------------------------------------------------- [Wfpcapture.Wdf] KmdfService = wftcapture, wfpcapture_wdfsect [wfpcapture_wdfsect] KmdfLibraryVersion = 1.15 [Strings] Msft = "Microsoft" WfpCapture_Desc = "Microsoft WFP Message Capture" PefWfp = "PEF WFP Capture Driver"