3 Signature = "$Windows NT$"
\r
5 ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
\r
7 DriverVer = 26/02/2010,3.0.0.1
\r
9 ; manufacturer section
\r
11 %Unipi% = UNIPI,NTx86,NTamd64
\r
13 ; control flags section
\r
14 ; optional, unused in netipfw.inf inf, used in netipfw_m.inf
\r
19 %Desc% = Ipfw.ndi, unipi_ipfw
\r
20 [UNIPI.NTx86] ;For WinXP and later
\r
21 %Desc% = Ipfw.ndi, unipi_ipfw
\r
22 [UNIPI.NTamd64] ;For x64
\r
23 %Desc% = Ipfw.ndi, unipi_ipfw
\r
27 AddReg = Ipfw.ndi.AddReg, Ipfw.AddReg
\r
28 Characteristics = 0x4410 ; NCF_FILTER | NCF_NDIS_PROTOCOL !--Filter Specific--!!
\r
29 CopyFiles = Ipfw.Files.Sys
\r
30 CopyInf = netipfw_m.inf
\r
34 DelFiles = Ipfw.Files.Sys
\r
36 ;ddinstall.services section
\r
38 AddService = Ipfw,,Ipfw.AddService
\r
41 DisplayName = %ServiceDesc%
\r
42 ServiceType = 1 ;SERVICE_KERNEL_DRIVER
\r
43 StartType = 3 ;SERVICE_DEMAND_START
\r
44 ErrorControl = 1 ;SERVICE_ERROR_NORMAL
\r
45 ServiceBinary = %12%\ipfw.sys
\r
46 AddReg = Ipfw.AddService.AddReg
\r
48 [Ipfw.AddService.AddReg]
\r
50 ;file copy related sections
\r
52 1=%DiskDescription%,"",,
\r
59 Ipfw.Files.Sys = 12 ; %windir%\System32\drivers
\r
61 ; ddinstall->copyfiles points here
\r
65 ; ddinstall->addreg points here
\r
67 HKR, Ndi, HelpText, , %HELP% ; this is displayed at the bottom of the General page of the Connection Properties dialog box
\r
68 HKR, Ndi, FilterClass, , failover
\r
69 HKR, Ndi, FilterDeviceInfId, , unipi_ipfwmp
\r
70 HKR, Ndi, Service, , Ipfw
\r
71 HKR, Ndi\Interfaces, UpperRange, , noupper
\r
72 HKR, Ndi\Interfaces, LowerRange, , nolower
\r
73 HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, tokenring, fddi, wan"
\r
78 DiskDescription = "Ipfw Driver Disk"
\r
79 Desc = "ipfw+dummynet"
\r
80 HELP = "This is ipfw and dummynet network emulator, developed by unipi.it"
\r
81 ServiceDesc = "ipfw service"
\r