summaryrefslogtreecommitdiff
path: root/network/trans
diff options
context:
space:
mode:
authorLuke <[email protected]>2017-11-28 00:22:11 -0800
committerGitHub <[email protected]>2017-11-28 00:22:11 -0800
commit79bbbca2f6e37d94fbbbd60d12c5c1e7dde650da (patch)
tree793ff943b8b641f95d05401156badd42da4a0f12 /network/trans
parented1df9a8b80b154b71b79635e40af75f4f19001c (diff)
parent2817004092cee784d4aaf36c045fdb5b0bc09f7e (diff)
Merge pull request #1 from Microsoft/master
Updating Local
Diffstat (limited to 'network/trans')
-rw-r--r--network/trans/WFPSampler/README.md10
-rw-r--r--network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX6
-rw-r--r--network/trans/ddproxy/README.md10
-rw-r--r--network/trans/inspect/README.md10
-rw-r--r--network/trans/msnmntr/README.md10
-rw-r--r--network/trans/stmedit/README.md10
6 files changed, 53 insertions, 3 deletions
diff --git a/network/trans/WFPSampler/README.md b/network/trans/WFPSampler/README.md
index d23c2554..84621bcd 100644
--- a/network/trans/WFPSampler/README.md
+++ b/network/trans/WFPSampler/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Windows Filtering Platform Sample
+ platform: KMDF
+ language: cpp
+ category: Network
+ description: A sample firewall that has a command-line interface which allows adding filters at various WFP layers.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620198
+--->
+
+
Windows Filtering Platform Sample
=================================
diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX
index 4c5777be..5fe96e36 100644
--- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX
+++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX
@@ -24,7 +24,7 @@
ClassGuid = {57465043-616C-6C6F-7574-5F636C617373}
Provider = %ProviderString%
CatalogFile = WFPSamplerCalloutDriver.Cat
- DriverVer =
+ DriverVer =
[SourceDisksNames.$ARCH$]
1 = %WFPSamplerCalloutDriverDiskId%,,,""
@@ -33,7 +33,7 @@
WFPSamplerCalloutDriver.sys = 1,,
[ClassInstall32.nt$ARCH$]
- AddReg = WFPCalloutsClassReg
+ AddReg = WFPCalloutClassReg
[DestinationDirs]
DefaultDestDir = 12 ;/// %WinDir%\System32\Drivers
@@ -48,7 +48,7 @@
[DefaultUninstall.nt$ARCH$]
DelFiles = WFPSamplerCalloutDriver.DriverFiles
- DelReg = WFPCalloutsClassReg
+ DelReg = WFPCalloutClassReg
[DefaultUninstall.nt$ARCH$.Services]
DelService = %WFPSamplerCalloutDriverServiceName%,0x200 ;/// SPSVCINST_STOPSERVICE
diff --git a/network/trans/ddproxy/README.md b/network/trans/ddproxy/README.md
index a9e1d427..45a122d9 100644
--- a/network/trans/ddproxy/README.md
+++ b/network/trans/ddproxy/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Windows Filtering Platform Packet Modification Sample
+ platform: KMDF
+ language: cpp
+ category: Network
+ description: Demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP).
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617930
+--->
+
+
Windows Filtering Platform Packet Modification Sample
=====================================================
diff --git a/network/trans/inspect/README.md b/network/trans/inspect/README.md
index 4f28598c..2c197c4f 100644
--- a/network/trans/inspect/README.md
+++ b/network/trans/inspect/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Windows Filtering Platform Traffic Inspection Sample
+ platform: KMDF
+ language: cpp
+ category: Network
+ description: Demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP).
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617931
+--->
+
+
Windows Filtering Platform Traffic Inspection Sample
====================================================
diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md
index fcc9c420..14127cbc 100644
--- a/network/trans/msnmntr/README.md
+++ b/network/trans/msnmntr/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Windows Filtering Platform MSN Messenger Monitor Sample
+ platform: KMDF
+ language: cpp
+ category: Network
+ description: Demonstrates the stream inspection capabilities of the Windows Filtering Platform (WFP).
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617932
+--->
+
+
Windows Filtering Platform MSN Messenger Monitor Sample
=======================================================
diff --git a/network/trans/stmedit/README.md b/network/trans/stmedit/README.md
index 0c434b07..67905639 100644
--- a/network/trans/stmedit/README.md
+++ b/network/trans/stmedit/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Windows Filtering Platform Stream Edit Sample
+ platform: KMDF
+ language: cpp
+ category: Network
+ description: Demonstrates replacing a string pattern for a Transmission Control Protocol (TCP) connection using the Windows Filtering Platform (WFP).
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617933
+--->
+
+
Windows Filtering Platform Stream Edit Sample
=============================================