home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / 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"
  217. ,"ASYNCMAC",,"rundll32.exe streamci,StreamingDeviceSetup {eeab7790-c514-11d1-b42b-00805fc1270e},asyncmac,{ad498944-762f-11d0-8dcb-00c04fc3358c},%17%\netrasa.inf,Ndis-Mp-AsyncMac"
  218.  
  219. [Ndi-Reg-Mp-Ipv6]
  220. HKR, Ndi,            BindForm,          0,          "NdisWanIpv6"
  221. HKR, Ndi,            Service,           0,          "NdisWan"
  222. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswanipv6"
  223. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  224. HKR, Ndi,            RequiredAll,       0,          "MS_wanarpv6"
  225.  
  226.  
  227. [Ndi-Reg-Mp-NbfIn]
  228. HKR, Ndi,            BindForm,          0,          "NdisWanNbfIn%%3"
  229. HKR, Ndi,            Service,           0,          "NdisWan"
  230. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswannbf"
  231. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  232. HKR, ,               EnumExportPref,    0x00010001, 0
  233.  
  234.  
  235. [Ndi-Reg-Mp-NbfOut]
  236. HKR, Ndi,            BindForm,          0,          "NdisWanNbfOut%%3"
  237. HKR, Ndi,            Service,           0,          "NdisWan"
  238. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswannbf"
  239. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  240. HKR, ,               EnumExportPref,    0x00010001, 1
  241.  
  242. [Ndi-Reg-Mp-Pppoe]
  243. HKR, Ndi,            Service,           0,          "RasPppoe"
  244. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswan"
  245. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  246. HKR, ,               MinWanEndpoints,   0x00010001, 0
  247. HKR, ,               MaxWanEndpoints,   0x00010001, 100
  248. HKR, ,               TapiLineName,      0,          %Mp-Pppoe-LineName%
  249. HKR, ,               WanEndpoints,      0x00010003, 1
  250.  
  251. ;-------------------------------------------------------------------------
  252. ; [Services] sections.
  253. ;   1 = SPSVCINST_TAGTOFRONT
  254. ;   2 = SPSVCINST_ASSOCSERVICE
  255. ;   4 = SPSVCINST_DELETEEVENTLOGENTRY
  256. ;-------------------------------------------------------------------------
  257.  
  258. [Ndi-Mp-AsyncMac.Services]
  259. AddService = AsyncMac,      2, Svc-Mp-AsyncMac,  Evt-Rasmsg
  260.  
  261. [Ndi-Mp-Irda.Services]
  262. AddService = Rasirda,       2, Svc-Mp-Irda
  263.  
  264. [Ndi-Mp-IrModem.Services]
  265. AddService = Rasirda,       2, Svc-Mp-IrModem
  266.  
  267. [Ndi-Mp-L2tp.Services]
  268. AddService = Rasl2tp,       2, Svc-Mp-L2tp
  269.  
  270. [Ndi-Mp-Pptp.Services]
  271. AddService = PptpMiniport,  2, Svc-Mp-Pptp,      Evt-Pptp
  272. AddService = NdisTapi,      0, Svc-NdisTapi
  273.  
  274.  
  275. [Ndi-Mp-Bh.Services]
  276. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  277. AddService = NdisTapi,      0, Svc-NdisTapi
  278.  
  279. [Ndi-Mp-Ip.Services]
  280. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  281. AddService = NdisTapi,      0, Svc-NdisTapi
  282.  
  283. [Ndi-Mp-IpV6.Services]
  284. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  285. AddService = NdisTapi,      0, Svc-NdisTapi
  286.  
  287. [Ndi-Mp-NbfIn.Services]
  288. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  289. AddService = NdisTapi,      0, Svc-NdisTapi
  290.  
  291. [Ndi-Mp-NbfOut.Services]
  292. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  293. AddService = NdisTapi,      0, Svc-NdisTapi
  294.  
  295. [Ndi-Mp-Pppoe.Services]
  296. AddService = RasPppoe,      2, Svc-Mp-Pppoe
  297. AddService = NdisTapi,      0, Svc-NdisTapi
  298.  
  299. ;-------------------------------------------------------------------------
  300. ; [Service Install] sections.
  301. ;-------------------------------------------------------------------------
  302.  
  303. [Svc-Mp-AsyncMac]
  304. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32000"
  305. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  306. StartType       = 3 ;SERVICE_DEMAND_START
  307. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  308. ServiceBinary   = %12%\asyncmac.sys
  309. Description     = "@%systemroot%\system32\rascfg.dll,-32000"
  310.  
  311. [Svc-NdisTapi]
  312. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32001"
  313. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  314. StartType       = 3 ;SERVICE_DEMAND_START
  315. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  316. ServiceBinary   = %12%\ndistapi.sys
  317. AddReg          = Reg-NdisTapi
  318. Description     = "@%systemroot%\system32\rascfg.dll,-32001"
  319.  
  320. [Reg-NdisTapi]
  321. HKR, Parameters, AsyncEventQueueSize, 0x00010003, 0x300
  322.  
  323. [Svc-Mp-NdisWan]
  324. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32002"
  325.  
  326. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  327. StartType       = 3 ;SERVICE_DEMAND_START
  328. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  329. ServiceBinary   = %12%\ndiswan.sys
  330. ;Dependencies   = NdisTapi
  331. AddReg          = Reg-NdisWan
  332. Description     = "@%systemroot%\system32\rascfg.dll,-32002"
  333.  
  334. [Reg-NdisWan]
  335. HKR, Parameters,, 0x10  ;FLG_ADDREG_KEYONLY
  336.  
  337.  
  338. [Svc-Mp-Irda]
  339. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32003"
  340. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  341. StartType       = 3 ;SERVICE_DEMAND_START
  342. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  343. ServiceBinary   = %12%\rasirda.sys
  344. Description     = "@%systemroot%\system32\rascfg.dll,-32003"
  345.  
  346. [Svc-Mp-IrModem]
  347. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32004"
  348. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  349. StartType       = 3 ;SERVICE_DEMAND_START
  350. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  351. ServiceBinary   = %12%\rasirda.sys
  352. Description     = "@%systemroot%\system32\rascfg.dll,-32004"
  353.  
  354. [Svc-Mp-L2tp]
  355. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32005"
  356. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  357. StartType       = 3 ;SERVICE_DEMAND_START
  358. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  359. ServiceBinary   = %12%\rasl2tp.sys
  360. Description     = "@%systemroot%\system32\rascfg.dll,-32005"
  361.  
  362. [Svc-Mp-Pptp]
  363. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32006"
  364. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  365. StartType       = 3 ;SERVICE_DEMAND_START
  366. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  367. ServiceBinary   = %12%\raspptp.sys
  368. Description     = "@%systemroot%\system32\rascfg.dll,-32006"
  369.  
  370. [Svc-Mp-Pppoe]
  371. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32007"
  372. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  373. StartType       = 3 ;SERVICE_DEMAND_START
  374. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  375. ServiceBinary   = %12%\raspppoe.sys
  376. Description     = "@%systemroot%\system32\rascfg.dll,-32007"
  377.  
  378. ;-------------------------------------------------------------------------
  379. ; [Event Log] sections.
  380. ;-------------------------------------------------------------------------
  381.  
  382. [Evt-Pptp]
  383. AddReg = Evt-Pptp-AddReg
  384.  
  385. [Evt-Pptp-AddReg]
  386. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  387. HKR,, TypesSupported,   0x00010001, 0x00000007
  388.  
  389.  
  390. [Evt-Rasmsg]
  391. AddReg = Evt-Rasmsg-AddReg
  392.  
  393. [Evt-Rasmsg-AddReg]
  394. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  395. HKR,, TypesSupported,   0x00010001, 0x0000001f
  396.  
  397.  
  398. [DestinationDirs]
  399. CopyFiles_AllUsers = 16419,Microsoft\Network\Connections\Pbk
  400. RasIrda.CopyFiles  = 12
  401.  
  402. [CopyFiles_AllUsers]
  403.  
  404. [RasIrda.CopyFiles]
  405. rasirda.sys
  406.  
  407. [Strings]
  408. Msft = "Microsoft"
  409.  
  410. Mp-AsyncMac-DispName        = "RAS Async Adapter"
  411. Mp-L2tp-DispName            = "WAN Miniport (L2TP)"
  412. Mp-Irda-DispName            = "Infrared Port"
  413. Mp-IrModem-DispName         = "Infrared Modem Port"
  414. Mp-Irda-LineName            = "Infrared Direct Line"
  415. Mp-IrModem-LineName         = "Infrared Modem Line"
  416. Mp-Pptp-DispName            = "WAN Miniport (PPTP)"
  417. Mp-Pptp-LineName            = "RAS VPN Line"
  418. ;Mp-Pptp-LineName must use ANSI characters, not UNICODE.
  419. Mp-Bh-DispName              = "WAN Miniport (Network Monitor)"
  420. Mp-Ip-DispName              = "WAN Miniport (IP)"
  421. Mp-Ipv6-DispName            = "WAN Miniport (IPv6)"
  422. Mp-NbfIn-DispName           = "WAN Miniport (NetBEUI, Dial In)"
  423. Mp-NbfOut-DispName          = "WAN Miniport (NetBEUI, Dial Out)"
  424. Mp-Pppoe-DispName           = "WAN Miniport (PPPOE)"
  425. Mp-Pppoe-LineName           = "RAS PPPOE Line"
  426.  
  427.