1; version section 2[Version] 3Signature = "$Windows NT$" 4Class = NetService 5ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318} 6Provider = %Unipi% 7DriverVer = 26/02/2010,3.0.0.2 8 9; manufacturer section 10[Manufacturer] 11%Unipi% = UNIPI,NTx86 12 13; control flags section 14; optional, unused in netipfw.inf inf, used in netipfw_m.inf 15[ControlFlags] 16 17; models section 18[UNIPI] ; Win2k 19%Desc% = Ipfw.ndi, unipi_ipfw 20[UNIPI.NTx86] ;For WinXP and later 21%Desc% = Ipfw.ndi, unipi_ipfw 22 23; ddinstall section 24[Ipfw.ndi] 25AddReg = Ipfw.ndi.AddReg, Ipfw.AddReg 26Characteristics = 0x4410 ; NCF_FILTER | NCF_NDIS_PROTOCOL !--Filter Specific--!! 27CopyFiles = Ipfw.Files.Sys 28CopyInf = netipfw_m.inf 29 30; remove section 31[Ipfw.ndi.Remove] 32DelFiles = Ipfw.Files.Sys 33 34;ddinstall.services section 35[Ipfw.ndi.Services] 36AddService = Ipfw,,Ipfw.AddService 37 38[Ipfw.AddService] 39DisplayName = %ServiceDesc% 40ServiceType = 1 ;SERVICE_KERNEL_DRIVER 41StartType = 3 ;SERVICE_DEMAND_START 42ErrorControl = 1 ;SERVICE_ERROR_NORMAL 43ServiceBinary = %12%\ipfw.sys 44AddReg = Ipfw.AddService.AddReg 45 46[Ipfw.AddService.AddReg] 47 48;file copy related sections 49[SourceDisksNames] 501=%DiskDescription%,"",, 51 52[SourceDisksFiles] 53ipfw.sys=1 54 55[DestinationDirs] 56DefaultDestDir = 12 57Ipfw.Files.Sys = 12 ; %windir%\System32\drivers 58 59; ddinstall->copyfiles points here 60[Ipfw.Files.Sys] 61ipfw.sys,,,2 62 63; ddinstall->addreg points here 64[Ipfw.ndi.AddReg] 65HKR, Ndi, HelpText, , %HELP% ; this is displayed at the bottom of the General page of the Connection Properties dialog box 66HKR, Ndi, FilterClass, , failover 67HKR, Ndi, FilterDeviceInfId, , unipi_ipfwmp 68HKR, Ndi, Service, , Ipfw 69HKR, Ndi\Interfaces, UpperRange, , noupper 70HKR, Ndi\Interfaces, LowerRange, , nolower 71HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, tokenring, fddi, wan" 72 73;strings section 74[Strings] 75Unipi = "Unipi" 76DiskDescription = "Ipfw Driver Disk" 77Desc = "ipfw+dummynet" 78HELP = "This is ipfw and dummynet network emulator, developed by unipi.it" 79ServiceDesc = "ipfw service" 80