aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-11 23:21:31 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-12 18:54:20 +0000
commit544fdaaf8fb970d9657a59c1fc4c4569de4f2d3e (patch)
tree715e49e1f325bf7795face50ff84936b05ab86e2 /driver
parentproj: remove SDV and DVL support (diff)
downloadwintun-544fdaaf8fb970d9657a59c1fc4c4569de4f2d3e.tar.xz
wintun-544fdaaf8fb970d9657a59c1fc4c4569de4f2d3e.zip
api: rewrite based on SwDevice
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'driver')
-rw-r--r--driver/wintun.inf5
1 files changed, 4 insertions, 1 deletions
diff --git a/driver/wintun.inf b/driver/wintun.inf
index e9eb3cf..4b69802 100644
--- a/driver/wintun.inf
+++ b/driver/wintun.inf
@@ -32,17 +32,20 @@ wintun.sys, , , 0x00004002 ; COPYFLG_IN_USE_RENAME | COPYFLG_NOSKIP
[Wintun.Install]
Characteristics = 0x1 ; NCF_VIRTUAL
AddReg = Wintun.Ndi
+AddProperty = Wintun.Properties
CopyFiles = Wintun.CopyFiles.Sys
*IfType = 53 ; IF_TYPE_PROP_VIRTUAL
*MediaType = 19 ; NdisMediumIP
*PhysicalMediaType = 0 ; NdisPhysicalMediumUnspecified
EnableDhcp = 0 ; Disable DHCP
+[Wintun.Properties]
+DeviceVendorWebsite,,,,"https://www.wintun.net/"
+
[Wintun.Install.Services]
AddService = wintun, 2, Wintun.Service, Wintun.EventLog ; 2=SPSVCINST_ASSOCSERVICE
[Wintun.Ndi]
-HKR, , DeviceVxDs, , wintun.sys
HKR, Ndi, Service, 0, wintun
HKR, Ndi\Interfaces, UpperRange, , "ndis5"
HKR, Ndi\Interfaces, LowerRange, , "nolower"