home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / netrasa.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-18  |  30.8 KB  |  426 lines

  1. ; NETRASA.INF -- WAN Miniports and wrappers
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4.  
  5. [Version]
  6. Signature   = "$Windows NT$"
  7. Class       = Net
  8. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  9. Provider    = %Msft%
  10. DriverVer=06/21/2006,6.0.6001.18000
  11.  
  12. [SourceDisksNames]
  13. 3426=windows cd
  14.  
  15. [SourceDisksFiles]
  16. rasirda.sys    = 3426
  17.  
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect =\
  21.     SW\{eeab7790-c514-11d1-b42b-00805fc1270e},\
  22.     MS_IrdaMiniport,\
  23.     MS_IrModemMiniport, \
  24.     MS_L2tpMiniport,MS_PptpMiniport,\
  25.     MS_PppoeMiniport, \
  26.     MS_NdisWanBh,\
  27.     MS_NdisWanIp,\
  28.     MS_NdisWanIpv6,\
  29.     MS_NdisWanNbfIn,MS_NdisWanNbfOut
  30.  
  31. [Manufacturer]
  32. %Msft% = Msft, NTx86
  33.  
  34. [Msft.NTx86]
  35. ; DisplayName                 Section               DeviceID
  36. ; -----------                 -------               --------
  37. %Mp-AsyncMac-DispName%      = Ndi-Mp-AsyncMac,      "SW\{eeab7790-c514-11d1-b42b-00805fc1270e}"
  38. %Mp-Irda-Dispname%          = Ndi-Mp-Irda,          "MS_IrdaMiniport"
  39. %Mp-IrModem-Dispname%       = Ndi-Mp-IrModem,       "MS_IrModemMiniport"
  40. %Mp-L2tp-Dispname%          = Ndi-Mp-L2tp,          "MS_L2tpMiniport"
  41. %Mp-Pptp-Dispname%          = Ndi-Mp-Pptp,          "MS_PptpMiniport"
  42. %Mp-Bh-DispName%            = Ndi-Mp-Bh,            "MS_NdisWanBh"
  43. %Mp-Ip-DispName%            = Ndi-Mp-Ip,            "MS_NdisWanIp"
  44. %Mp-Ipv6-DispName%        = Ndi-Mp-Ipv6,          "MS_NdiswanIpv6"
  45. %Mp-NbfIn-DispName%         = Ndi-Mp-NbfIn,         "MS_NdisWanNbfIn"
  46. %Mp-NbfOut-DispName%        = Ndi-Mp-NbfOut,        "MS_NdisWanNbfOut"
  47. %Mp-Pppoe-DispName%         = Ndi-Mp-Pppoe,         "MS_PppoeMiniport"
  48.  
  49.  
  50. [Ndi-Mp-AsyncMac]
  51. Characteristics = 0x002A    ; NCF_SOFTWARE_ENUMERATED | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  52. AddReg          = Ndi-Reg-Mp-AsyncMac
  53. CopyFiles       = CopyFiles_AllUsers
  54.  
  55.  
  56. [Ndi-Mp-Irda]
  57. CopyFiles       = RasIrda.CopyFiles
  58. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  59. AddReg          = Ndi-Reg-Mp-Irda
  60.  
  61.  
  62. [Ndi-Mp-IrModem]
  63. CopyFiles       = RasIrda.CopyFiles
  64. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  65. AddReg          = Ndi-Reg-Mp-IrModem
  66.  
  67. [Ndi-Mp-L2tp]
  68. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  69. AddReg          = Ndi-Reg-Mp-L2tp
  70. *IfType         = 131        ; IF_TYPE_TUNNEL. 
  71. *MediaType      = 12        ; NdisMediumCoWan 
  72. *PhysicalMediaType = 0        ; NdisPhysicalMediumUnspecified 
  73.  
  74. [Ndi-Mp-Pptp]
  75. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  76. AddReg          = Ndi-Reg-Mp-Pptp
  77. *IfType         = 131        ; IF_TYPE_TUNNEL.
  78. *MediaType      = 3        ; NdisMediumWan
  79. *PhysicalMediaType = 0        ; NdisPhysicalMediumUnspecified 
  80.  
  81. [Ndi-Mp-Pptp.Hw]
  82. AddReg = Reg-LowerFilter-NdisTapi
  83.  
  84.  
  85. [Ndi-Mp-Bh]
  86. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  87. AddReg          = Ndi-Reg-Mp-Bh
  88.  
  89. [Ndi-Mp-Bh.Hw]
  90. AddReg = Reg-LowerFilter-NdisTapi
  91.  
  92.  
  93. [Ndi-Mp-Ip]
  94. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  95. AddReg          = Ndi-Reg-Mp-Ip
  96. *IfType         = 6        ; IF_TYPE_ETHERNET_CSMACD. Ndiswan Mimics Ethernet
  97. *MediaType      = 0        ; NdisMedium802_3
  98. *PhysicalMediaType = 0        ; NdisPhysicalMediumUnspecified 
  99.  
  100.  
  101. [Ndi-Mp-Ip.Hw]
  102. AddReg = Reg-LowerFilter-NdisTapi
  103.  
  104. [Ndi-Mp-Ipv6]
  105. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  106. AddReg          = Ndi-Reg-Mp-Ipv6
  107. *IfType         = 6        ; IF_TYPE_ETHERNET_CSMACD. Ndiswan Mimics Ethernet
  108. *MediaType      = 0        ; NdisMedium802_3
  109. *PhysicalMediaType = 0        ; NdisPhysicalMediumUnspecified 
  110.  
  111.  
  112. [Ndi-Mp-Ipv6.Hw]
  113. AddReg = Reg-LowerFilter-NdisTapi
  114.  
  115. [Ndi-Mp-NbfIn]
  116. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  117. AddReg          = Ndi-Reg-Mp-NbfIn
  118.  
  119. [Ndi-Mp-NbfIn.Hw]
  120. AddReg = Reg-LowerFilter-NdisTapi
  121.  
  122.  
  123. [Ndi-Mp-NbfOut]
  124. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  125. AddReg          = Ndi-Reg-Mp-NbfOut
  126.  
  127. [Ndi-Mp-NbfOut.Hw]
  128. AddReg = Reg-LowerFilter-NdisTapi
  129.  
  130. [Ndi-Mp-Pppoe]
  131. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  132. AddReg          = Ndi-Reg-Mp-Pppoe
  133. *IfType         = 23        ; IF_TYPE_PPP. 
  134. *MediaType      = 3        ; NdisMediumWan
  135. *PhysicalMediaType = 0        ; NdisPhysicalMediumUnspecified 
  136.  
  137. [Ndi-Mp-Pppoe.Hw]
  138. AddReg = Reg-LowerFilter-NdisTapi
  139.  
  140. ;-------------------------------------------------------------------------
  141. ; Lower filter sections
  142. ;-------------------------------------------------------------------------
  143. [Reg-LowerFilter-NdisTapi]
  144. HKR, ,               LowerFilters,      0x00010000, "NdisTapi"
  145.  
  146. ;-------------------------------------------------------------------------
  147. ; NDI AddReg sections.
  148. ;-------------------------------------------------------------------------
  149. [Ndi-Reg-Mp-AsyncMac]
  150. HKR, Ndi,            Service,           0,          "AsyncMac"
  151. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswanasync"
  152. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  153. HKR, ,               PnPCapabilities,   0x00010001, 1
  154.  
  155.  
  156. [Ndi-Reg-Mp-Irda]
  157. HKR, Ndi,            Service,           0,          "Rasirda"
  158. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiscowan"
  159. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  160. HKR, ,               MinWanEndpoints,   0x00010001, 0
  161. HKR, ,               MaxWanEndpoints,   0x00010001, 4
  162. HKR, ,               WanEndpoints,      0x00010003, 1
  163. HKR, ,               ModemPort,         0x00010003, 0
  164. HKR, ,               TapiLineName,      0,          %Mp-Irda-LineName%
  165.  
  166. [Ndi-Reg-Mp-IrModem]
  167. HKR, Ndi,            Service,           0,          "Rasirda"
  168. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiscowan"
  169. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  170. HKR, ,               MinWanEndpoints,   0x00010001, 0
  171. HKR, ,               MaxWanEndpoints,   0x00010001, 1
  172. HKR, ,               WanEndpoints,      0x00010003, 1
  173. HKR, ,               ModemPort,         0x00010003, 1
  174. HKR, ,               TapiLineName,      0,          %Mp-IrModem-LineName%
  175.  
  176.  
  177. [Ndi-Reg-Mp-L2tp]
  178. HKR, Ndi,            Service,           0,          "Rasl2tp"
  179. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiscowan"
  180. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  181. HKR, ,               MinWanEndpoints,   0x00010001, 0
  182. HKR, ,               MaxWanEndpoints,   0x00010001, 3
  183. HKR, ,               WanEndpoints,      0x00010003, 2
  184.  
  185. [Ndi-Reg-Mp-Pptp]
  186. HKR, Ndi,            Service,           0,          "PptpMiniport"
  187. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswan"
  188. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  189. HKR, ,               MinWanEndpoints,   0x00010001, 0
  190. HKR, ,               MaxWanEndpoints,   0x00010001, 3
  191. HKR, ,               TapiLineName,      0,          %Mp-Pptp-LineName%
  192. HKR, ,               InactivityIdleSeconds, 0,      60
  193. HKR, ,               TcpPortNumber,     0x00010003, 1723
  194. HKR, ,               TcpDisconnectTimeout, 0x00010003, 30
  195. HKR, ,               TcpConnectTimeout, 0x00010003, 30
  196. HKR, ,               ClientIpAddresses, 0x00010002, ""
  197. HKR, ,               ClientIpMasks,     0x00010002, ""
  198. HKR, ,               AuthenticateIncomingCalls, 0x00010003, 0
  199. HKR, ,               WanEndpoints,      0x00010003, 2
  200.  
  201.  
  202. [Ndi-Reg-Mp-Bh]
  203. HKR, Ndi,            BindForm,          0,          "NdisWanBh"
  204. HKR, Ndi,            Service,           0,          "NdisWan"
  205. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswanbh"
  206. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  207. HKR, ,               EnumExportPref,    0x00010001, 0
  208.  
  209.  
  210. [Ndi-Reg-Mp-Ip]
  211. HKR, Ndi,            BindForm,          0,          "NdisWanIp"
  212. HKR, Ndi,            Service,           0,          "NdisWan"
  213. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswanip"
  214. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  215. HKR, Ndi,            RequiredAll,       0,          "MS_wanarp"
  216. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","ASYNCMAC",,"rundll32.exe streamci,StreamingDeviceSetup {eeab7790-c514-11d1-b42b-00805fc1270e},asyncmac,{ad498944-762f-11d0-8dcb-00c04fc3358c},%17%\netrasa.inf,Ndis-Mp-AsyncMac"
  217.  
  218. [Ndi-Reg-Mp-Ipv6]
  219. HKR, Ndi,            BindForm,          0,          "NdisWanIpv6"
  220. HKR, Ndi,            Service,           0,          "NdisWan"
  221. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswanipv6"
  222. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  223. HKR, Ndi,            RequiredAll,       0,          "MS_wanarpv6"
  224.  
  225.  
  226. [Ndi-Reg-Mp-NbfIn]
  227. HKR, Ndi,            BindForm,          0,          "NdisWanNbfIn%%3"
  228. HKR, Ndi,            Service,           0,          "NdisWan"
  229. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswannbf"
  230. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  231. HKR, ,               EnumExportPref,    0x00010001, 0
  232.  
  233.  
  234. [Ndi-Reg-Mp-NbfOut]
  235. HKR, Ndi,            BindForm,          0,          "NdisWanNbfOut%%3"
  236. HKR, Ndi,            Service,           0,          "NdisWan"
  237. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswannbf"
  238. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  239. HKR, ,               EnumExportPref,    0x00010001, 1
  240.  
  241. [Ndi-Reg-Mp-Pppoe]
  242. HKR, Ndi,            Service,           0,          "RasPppoe"
  243. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswan"
  244. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  245. HKR, ,               MinWanEndpoints,   0x00010001, 0
  246. HKR, ,               MaxWanEndpoints,   0x00010001, 100
  247. HKR, ,               TapiLineName,      0,          %Mp-Pppoe-LineName%
  248. HKR, ,               WanEndpoints,      0x00010003, 1
  249.  
  250. ;-------------------------------------------------------------------------
  251. ; [Services] sections.
  252. ;   1 = SPSVCINST_TAGTOFRONT
  253. ;   2 = SPSVCINST_ASSOCSERVICE
  254. ;   4 = SPSVCINST_DELETEEVENTLOGENTRY
  255. ;-------------------------------------------------------------------------
  256.  
  257. [Ndi-Mp-AsyncMac.Services]
  258. AddService = AsyncMac,      2, Svc-Mp-AsyncMac,  Evt-Rasmsg
  259.  
  260. [Ndi-Mp-Irda.Services]
  261. AddService = Rasirda,       2, Svc-Mp-Irda
  262.  
  263. [Ndi-Mp-IrModem.Services]
  264. AddService = Rasirda,       2, Svc-Mp-IrModem
  265.  
  266. [Ndi-Mp-L2tp.Services]
  267. AddService = Rasl2tp,       2, Svc-Mp-L2tp
  268.  
  269. [Ndi-Mp-Pptp.Services]
  270. AddService = PptpMiniport,  2, Svc-Mp-Pptp,      Evt-Pptp
  271. AddService = NdisTapi,      0, Svc-NdisTapi
  272.  
  273.  
  274. [Ndi-Mp-Bh.Services]
  275. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  276. AddService = NdisTapi,      0, Svc-NdisTapi
  277.  
  278. [Ndi-Mp-Ip.Services]
  279. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  280. AddService = NdisTapi,      0, Svc-NdisTapi
  281.  
  282. [Ndi-Mp-IpV6.Services]
  283. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  284. AddService = NdisTapi,      0, Svc-NdisTapi
  285.  
  286. [Ndi-Mp-NbfIn.Services]
  287. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  288. AddService = NdisTapi,      0, Svc-NdisTapi
  289.  
  290. [Ndi-Mp-NbfOut.Services]
  291. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  292. AddService = NdisTapi,      0, Svc-NdisTapi
  293.  
  294. [Ndi-Mp-Pppoe.Services]
  295. AddService = RasPppoe,      2, Svc-Mp-Pppoe
  296. AddService = NdisTapi,      0, Svc-NdisTapi
  297.  
  298. ;-------------------------------------------------------------------------
  299. ; [Service Install] sections.
  300. ;-------------------------------------------------------------------------
  301.  
  302. [Svc-Mp-AsyncMac]
  303. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32000"
  304. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  305. StartType       = 3 ;SERVICE_DEMAND_START
  306. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  307. ServiceBinary   = %12%\asyncmac.sys
  308. Description     = "@%systemroot%\system32\rascfg.dll,-32000"
  309.  
  310. [Svc-NdisTapi]
  311. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32001"
  312. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  313. StartType       = 3 ;SERVICE_DEMAND_START
  314. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  315. ServiceBinary   = %12%\ndistapi.sys
  316. AddReg          = Reg-NdisTapi
  317. Description     = "@%systemroot%\system32\rascfg.dll,-32001"
  318.  
  319. [Reg-NdisTapi]
  320. HKR, Parameters, AsyncEventQueueSize, 0x00010003, 0x300
  321.  
  322. [Svc-Mp-NdisWan]
  323. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32002"
  324.  
  325. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  326. StartType       = 3 ;SERVICE_DEMAND_START
  327. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  328. ServiceBinary   = %12%\ndiswan.sys
  329. ;Dependencies   = NdisTapi
  330. AddReg          = Reg-NdisWan
  331. Description     = "@%systemroot%\system32\rascfg.dll,-32002"
  332.  
  333. [Reg-NdisWan]
  334. HKR, Parameters,, 0x10  ;FLG_ADDREG_KEYONLY
  335.  
  336.  
  337. [Svc-Mp-Irda]
  338. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32003"
  339. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  340. StartType       = 3 ;SERVICE_DEMAND_START
  341. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  342. ServiceBinary   = %12%\rasirda.sys
  343. Description     = "@%systemroot%\system32\rascfg.dll,-32003"
  344.  
  345. [Svc-Mp-IrModem]
  346. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32004"
  347. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  348. StartType       = 3 ;SERVICE_DEMAND_START
  349. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  350. ServiceBinary   = %12%\rasirda.sys
  351. Description     = "@%systemroot%\system32\rascfg.dll,-32004"
  352.  
  353. [Svc-Mp-L2tp]
  354. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32005"
  355. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  356. StartType       = 3 ;SERVICE_DEMAND_START
  357. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  358. ServiceBinary   = %12%\rasl2tp.sys
  359. Description     = "@%systemroot%\system32\rascfg.dll,-32005"
  360.  
  361. [Svc-Mp-Pptp]
  362. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32006"
  363. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  364. StartType       = 3 ;SERVICE_DEMAND_START
  365. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  366. ServiceBinary   = %12%\raspptp.sys
  367. Description     = "@%systemroot%\system32\rascfg.dll,-32006"
  368.  
  369. [Svc-Mp-Pppoe]
  370. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32007"
  371. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  372. StartType       = 3 ;SERVICE_DEMAND_START
  373. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  374. ServiceBinary   = %12%\raspppoe.sys
  375. Description     = "@%systemroot%\system32\rascfg.dll,-32007"
  376.  
  377. ;-------------------------------------------------------------------------
  378. ; [Event Log] sections.
  379. ;-------------------------------------------------------------------------
  380.  
  381. [Evt-Pptp]
  382. AddReg = Evt-Pptp-AddReg
  383.  
  384. [Evt-Pptp-AddReg]
  385. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  386. HKR,, TypesSupported,   0x00010001, 0x00000007
  387.  
  388.  
  389. [Evt-Rasmsg]
  390. AddReg = Evt-Rasmsg-AddReg
  391.  
  392. [Evt-Rasmsg-AddReg]
  393. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  394. HKR,, TypesSupported,   0x00010001, 0x0000001f
  395.  
  396.  
  397. [DestinationDirs]
  398. CopyFiles_AllUsers = 16419,Microsoft\Network\Connections\Pbk
  399. RasIrda.CopyFiles  = 12
  400.  
  401. [CopyFiles_AllUsers]
  402.  
  403. [RasIrda.CopyFiles]
  404. rasirda.sys
  405.  
  406. [Strings]
  407. Msft = "Microsoft"
  408.  
  409. Mp-AsyncMac-DispName        = "RAS Async Adapter"
  410. Mp-L2tp-DispName            = "WAN Miniport (L2TP)"
  411. Mp-Irda-DispName            = "Infrared Port"
  412. Mp-IrModem-DispName         = "Infrared Modem Port"
  413. Mp-Irda-LineName            = "Infrared Direct Line"
  414. Mp-IrModem-LineName         = "Infrared Modem Line"
  415. Mp-Pptp-DispName            = "WAN Miniport (PPTP)"
  416. Mp-Pptp-LineName            = "RAS VPN Line"
  417. ;Mp-Pptp-LineName must use ANSI characters, not UNICODE.
  418. Mp-Bh-DispName              = "WAN Miniport (Network Monitor)"
  419. Mp-Ip-DispName              = "WAN Miniport (IP)"
  420. Mp-Ipv6-DispName            = "WAN Miniport (IPv6)"
  421. Mp-NbfIn-DispName           = "WAN Miniport (NetBEUI, Dial In)"
  422. Mp-NbfOut-DispName          = "WAN Miniport (NetBEUI, Dial Out)"
  423. Mp-Pppoe-DispName           = "WAN Miniport (PPPOE)"
  424. Mp-Pppoe-LineName           = "RAS PPPOE Line"
  425.  
  426.