1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Merge pull request #508 from dnobori/b1_vlan

Virtual Network Adapter (NDIS6) updates
This commit is contained in:
Daiyuu Nobori 2018-05-24 18:04:48 +09:00 committed by GitHub
commit 31f06bf923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1062 changed files with 2090 additions and 2075 deletions

View File

@ -119,6 +119,7 @@
static UINT64 max_speed = NEO_MAX_SPEED_DEFAULT;
static bool keep_link = false;
static UINT reg_if_type = IF_TYPE_ETHERNET_CSMACD;
BOOLEAN
PsGetVersion(
@ -350,8 +351,8 @@ NDIS_STATUS NeoNdisInitEx(NDIS_HANDLE MiniportAdapterHandle,
gen.AccessType = NET_IF_ACCESS_BROADCAST;
gen.DirectionType = NET_IF_DIRECTION_SENDRECEIVE;
gen.ConnectionType = NET_IF_CONNECTION_DEDICATED;
gen.IfType = IF_TYPE_ETHERNET_CSMACD;
gen.IfConnectorPresent = TRUE;
gen.IfType = reg_if_type;
gen.IfConnectorPresent = FALSE;
gen.SupportedStatistics =
NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_RCV |
NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_RCV |
@ -897,6 +898,20 @@ BOOL NeoLoadRegistry()
keep_link = keep;
// Read the *IfType value
name = NewUnicode("*IfType");
NdisReadConfiguration(&ret, &param, config, GetUnicode(name), NdisParameterInteger);
FreeUnicode(name);
if (NG(ret) || param->ParameterType != NdisParameterInteger)
{
reg_if_type = IF_TYPE_ETHERNET_CSMACD;
}
else
{
reg_if_type = param->ParameterData.IntegerData;
}
// Close the config handle
NdisCloseConfiguration(config);

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
;CatalogFile.NT = $CATALOG_FILENAME$
[Manufacturer]
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201626.032
; Auto Generated 20180205_163608.742

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
;CatalogFile.NT = $CATALOG_FILENAME$
[Manufacturer]
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201626.029
; Auto Generated 20180205_163608.741

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
;CatalogFile.NT = $CATALOG_FILENAME$
[Manufacturer]
@ -36,7 +36,7 @@ $TAG_SYS_NAME$, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201626.038
; Auto Generated 20180205_163608.745

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
;CatalogFile.NT = $CATALOG_FILENAME$
[Manufacturer]
@ -36,7 +36,7 @@ $TAG_SYS_NAME$, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201626.035
; Auto Generated 20180205_163608.744

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201643.395
; Auto Generated 20180205_163621.381

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN10.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN10.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201644.250
; Auto Generated 20180205_163622.029

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN100.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN100.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201652.798
; Auto Generated 20180205_163628.442

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN101.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN101.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201652.893
; Auto Generated 20180205_163628.518

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN102.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN102.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201652.987
; Auto Generated 20180205_163628.591

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN103.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN103.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201653.082
; Auto Generated 20180205_163628.664

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN104.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN104.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201653.176
; Auto Generated 20180205_163628.735

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN105.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN105.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201653.270
; Auto Generated 20180205_163628.808

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN106.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN106.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201653.364
; Auto Generated 20180205_163628.880

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN107.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN107.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201653.458
; Auto Generated 20180205_163628.951

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN108.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN108.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201653.553
; Auto Generated 20180205_163629.021

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN109.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN109.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201653.657
; Auto Generated 20180205_163629.091

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN11.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN11.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201644.345
; Auto Generated 20180205_163622.101

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN110.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN110.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201653.752
; Auto Generated 20180205_163629.164

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN111.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN111.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201653.846
; Auto Generated 20180205_163629.237

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN112.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN112.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201653.940
; Auto Generated 20180205_163629.312

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN113.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN113.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.035
; Auto Generated 20180205_163629.382

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN114.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN114.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.131
; Auto Generated 20180205_163629.453

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN115.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN115.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.225
; Auto Generated 20180205_163629.522

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN116.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN116.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.319
; Auto Generated 20180205_163629.594

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN117.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN117.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.414
; Auto Generated 20180205_163629.664

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN118.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN118.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.509
; Auto Generated 20180205_163629.737

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN119.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN119.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.603
; Auto Generated 20180205_163629.808

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN12.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN12.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201644.439
; Auto Generated 20180205_163622.172

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN120.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN120.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.697
; Auto Generated 20180205_163629.881

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN121.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN121.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.791
; Auto Generated 20180205_163629.951

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN122.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN122.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.888
; Auto Generated 20180205_163630.023

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN123.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN123.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201654.983
; Auto Generated 20180205_163630.096

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN124.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN124.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201655.078
; Auto Generated 20180205_163630.167

View File

@ -3,14 +3,14 @@
; Copyright (c) SoftEther Corporation. All Rights Reserved.
; http://www.softether.co.jp/
;
; BUILD 9594
; BUILD 9658
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %CompanyName%
DriverVer = 10/17/2015, 4.19.0.9594
DriverVer = 02/04/2018, 4.25.0.9658
CatalogFile.NT = Neo6_x64_VPN125.cat
[Manufacturer]
@ -36,7 +36,7 @@ Neo6_x64_VPN125.sys, , , 2
Characteristics = 0x1
AddReg = Neo.Reg, NeoAdapter.Ndi
CopyFiles = Neo.CopyFiles.Sys
*IfType = 6
*IfType = 53
*MediaType = 0
*PhysicalMediaType = 0
@ -110,5 +110,5 @@ On = "On"
Off = "Off"
; Auto Generated 20151018_201655.172
; Auto Generated 20180205_163630.239

Some files were not shown because too many files have changed in this diff Show More