Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf

Issue 1790563002: [Telemetry] Roll web-page-replay to the lastest commit (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw.inf ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf
diff --git a/telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf b/telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf
index 864559fc665455a9f7823bd7978aa7289cbeb924..203631fadaeea43f6ae57759a398799d420d2241 100644
--- a/telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf
+++ b/telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf
@@ -1,54 +1,54 @@
-; version section
-[Version]
-Signature = "$Windows NT$"
-Class = Net
-ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
-Provider = %Unipi%
-DriverVer = 26/02/2010,3.0.0.2
-
-; control flags section
-; optional, unused in netipfw.inf inf, used in netipfw_m.inf
-[ControlFlags]
-ExcludeFromSelect = unipi_ipfwmp
-
-; destinationdirs section, optional
-[DestinationDirs]
-DefaultDestDir=12
-; No files to copy
-
-; manufacturer section
-[Manufacturer]
-%Unipi% = UNIPI,NTx86
-
-; models section
-[UNIPI] ; Win2k
-%Desc% = IpfwMP.ndi, unipi_ipfwmp
-[UNIPI.NTx86] ;For WinXP and later
-%Desc% = IpfwMP.ndi, unipi_ipfwmp
-
-; ddinstall section
-[IpfwMP.ndi]
-AddReg = IpfwMP.ndi.AddReg
-Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
-
-; ddinstall->addreg points here
-[IpfwMP.ndi.AddReg]
-HKR, Ndi, Service, 0, IpfwMP
-
-;ddinstall.services section
-[IpfwMP.ndi.Services]
-AddService = IpfwMP,0x2, IpfwMP.AddService
-
-[IpfwMP.AddService]
-ServiceType = 1 ;SERVICE_KERNEL_DRIVER
-StartType = 3 ;SERVICE_DEMAND_START
-ErrorControl = 1 ;SERVICE_ERROR_NORMAL
-ServiceBinary = %12%\ipfw.sys
-AddReg = IpfwMP.AddService.AddReg
-
-[IpfwMP.AddService.AddReg]
-; None
-
-[Strings]
-Unipi = "Unipi"
+; version section
+[Version]
+Signature = "$Windows NT$"
+Class = Net
+ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
+Provider = %Unipi%
+DriverVer = 26/02/2010,3.0.0.2
+
+; control flags section
+; optional, unused in netipfw.inf inf, used in netipfw_m.inf
+[ControlFlags]
+ExcludeFromSelect = unipi_ipfwmp
+
+; destinationdirs section, optional
+[DestinationDirs]
+DefaultDestDir=12
+; No files to copy
+
+; manufacturer section
+[Manufacturer]
+%Unipi% = UNIPI,NTx86
+
+; models section
+[UNIPI] ; Win2k
+%Desc% = IpfwMP.ndi, unipi_ipfwmp
+[UNIPI.NTx86] ;For WinXP and later
+%Desc% = IpfwMP.ndi, unipi_ipfwmp
+
+; ddinstall section
+[IpfwMP.ndi]
+AddReg = IpfwMP.ndi.AddReg
+Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
+
+; ddinstall->addreg points here
+[IpfwMP.ndi.AddReg]
+HKR, Ndi, Service, 0, IpfwMP
+
+;ddinstall.services section
+[IpfwMP.ndi.Services]
+AddService = IpfwMP,0x2, IpfwMP.AddService
+
+[IpfwMP.AddService]
+ServiceType = 1 ;SERVICE_KERNEL_DRIVER
+StartType = 3 ;SERVICE_DEMAND_START
+ErrorControl = 1 ;SERVICE_ERROR_NORMAL
+ServiceBinary = %12%\ipfw.sys
+AddReg = IpfwMP.AddService.AddReg
+
+[IpfwMP.AddService.AddReg]
+; None
+
+[Strings]
+Unipi = "Unipi"
Desc = "Ipfw Miniport"
« no previous file with comments | « telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw.inf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698