Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnobori <da.git@softether.co.jp>2015-05-31 13:02:35 +0300
committerdnobori <da.git@softether.co.jp>2015-05-31 13:02:35 +0300
commitff497063732fdc08300c8bc166f4d4f62317e98a (patch)
treecfadea91c0b83255d9f137e75903031bcb572744 /src/bin/hamcore/DriverPackages/Wfp/x86
parent7785c41f3881f4527705c808c0e2a8d8a6e6d822 (diff)
v4.17-9562-beta
Diffstat (limited to 'src/bin/hamcore/DriverPackages/Wfp/x86')
-rw-r--r--src/bin/hamcore/DriverPackages/Wfp/x86/inf.catbin0 -> 17006 bytes
-rw-r--r--src/bin/hamcore/DriverPackages/Wfp/x86/inf2.catbin0 -> 17058 bytes
-rw-r--r--src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.inf52
-rw-r--r--src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.sysbin0 -> 28800 bytes
4 files changed, 52 insertions, 0 deletions
diff --git a/src/bin/hamcore/DriverPackages/Wfp/x86/inf.cat b/src/bin/hamcore/DriverPackages/Wfp/x86/inf.cat
new file mode 100644
index 00000000..527b5729
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/Wfp/x86/inf.cat
Binary files differ
diff --git a/src/bin/hamcore/DriverPackages/Wfp/x86/inf2.cat b/src/bin/hamcore/DriverPackages/Wfp/x86/inf2.cat
new file mode 100644
index 00000000..7ca048de
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/Wfp/x86/inf2.cat
Binary files differ
diff --git a/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.inf b/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.inf
new file mode 100644
index 00000000..36cb62e8
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.inf
@@ -0,0 +1,52 @@
+; pxwfp - Windows Filtering Platform Callout Driver for Capturing IPsec Packets
+;
+; Copyright (c) SoftEther Corporation. All Rights Reserved.
+; http://www.softether.co.jp/
+;
+; BUILD 9558
+
+[Version]
+Signature = "$Windows NT$"
+Class = WFPCALLOUTS
+ClassGuid = {57465043-616C-6C6F-7574-5F636C617373}
+Provider = "SoftEther Corporation"
+DriverVer = 05/29/2015, 4.16.0.9558
+CatalogFile.NT = pxwfp_x86.cat
+
+[SourceDisksNames]
+1 = "SoftEther VPN IPsec WFP Callout Driver Install Disk"
+
+[SourceDisksFiles]
+pxwfp_x86.sys = 1
+
+[DestinationDirs]
+DefaultDestDir = 12
+pxwfp.DriverFiles = 12
+
+[DefaultInstall]
+OptionDesc = "SoftEther VPN IPsec WFP Callout Driver"
+CopyFiles = pxwfp.DriverFiles
+
+[DefaultInstall.Services]
+AddService = pxwfp,,pxwfp.Service
+
+[DefaultUninstall]
+DelFiles = pxwfp.DriverFiles
+
+[DefaultUninstall.Services]
+DelService = pxwfp,0x200
+
+[pxwfp.DriverFiles]
+pxwfp_x86.sys,,,0x00000040
+
+[pxwfp.Service]
+DisplayName = "SoftEther VPN IPsec WFP Callout Driver"
+Description = "SoftEther VPN IPsec WFP Callout Driver"
+ServiceType = 1
+StartType = 3
+ErrorControl = 1
+ServiceBinary = %12%\pxwfp_x86.sys
+
+
+; Auto Generated 20150530_023453.428
+
diff --git a/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.sys b/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.sys
new file mode 100644
index 00000000..c821fb8c
--- /dev/null
+++ b/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.sys
Binary files differ