diff options
Diffstat (limited to 'network/trans')
| -rw-r--r-- | network/trans/WFPSampler/README.md | 14 | ||||
| -rw-r--r-- | network/trans/WFPSampler/network-trans-wfpsampler.yml | 12 | ||||
| -rw-r--r-- | network/trans/ddproxy/README.md | 15 | ||||
| -rw-r--r-- | network/trans/ddproxy/network-trans-ddproxy.yml | 12 | ||||
| -rw-r--r-- | network/trans/inspect/README.md | 14 | ||||
| -rw-r--r-- | network/trans/inspect/network-trans-inspect.yml | 12 | ||||
| -rw-r--r-- | network/trans/msnmntr/README.md | 14 | ||||
| -rw-r--r-- | network/trans/msnmntr/network-trans-msnmntr.yml | 12 | ||||
| -rw-r--r-- | network/trans/stmedit/README.md | 15 | ||||
| -rw-r--r-- | network/trans/stmedit/network-trans-stmedit.yml | 12 |
10 files changed, 58 insertions, 74 deletions
diff --git a/network/trans/WFPSampler/README.md b/network/trans/WFPSampler/README.md index 84621bcd..977d42db 100644 --- a/network/trans/WFPSampler/README.md +++ b/network/trans/WFPSampler/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: Windows Filtering Platform Sample +description: A sample firewall that has a command-line interface which allows adding filters at various WFP layers. +languages: + - cpp +products: + - windows +--- + <!--- name: Windows Filtering Platform Sample platform: KMDF @@ -7,9 +17,7 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620198 ---> - -Windows Filtering Platform Sample -================================= +# Windows Filtering Platform Sample The WFPSampler sample driver is a sample firewall. It has a command-line interface which allows adding filters at various WFP layers with a wide variety of conditions. Additionally it exposes callout functions for injection, basic action, proxying, and stream inspection. diff --git a/network/trans/WFPSampler/network-trans-wfpsampler.yml b/network/trans/WFPSampler/network-trans-wfpsampler.yml deleted file mode 100644 index ad4e75d0..00000000 --- a/network/trans/WFPSampler/network-trans-wfpsampler.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: Windows Filtering Platform Sample - description: A sample firewall that has a command-line interface which allows adding filters at various WFP layers. - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /network/trans/WFPSampler/WFPSampler.sln diff --git a/network/trans/ddproxy/README.md b/network/trans/ddproxy/README.md index 45a122d9..7331a807 100644 --- a/network/trans/ddproxy/README.md +++ b/network/trans/ddproxy/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: Windows Filtering Platform Packet Modification Sample +description: Demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP). +languages: + - cpp +products: + - windows +--- + <!--- name: Windows Filtering Platform Packet Modification Sample platform: KMDF @@ -7,13 +17,12 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617930 ---> - -Windows Filtering Platform Packet Modification Sample -===================================================== +# Windows Filtering Platform Packet Modification Sample The sample driver demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP). ## Universal Windows Driver Compliant + This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. Run the sample diff --git a/network/trans/ddproxy/network-trans-ddproxy.yml b/network/trans/ddproxy/network-trans-ddproxy.yml deleted file mode 100644 index 2ceb94a7..00000000 --- a/network/trans/ddproxy/network-trans-ddproxy.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: Windows Filtering Platform Packet Modification Sample - description: Demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP). - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /network/trans/ddproxy/ddproxy.sln diff --git a/network/trans/inspect/README.md b/network/trans/inspect/README.md index 2c197c4f..2bd8d98e 100644 --- a/network/trans/inspect/README.md +++ b/network/trans/inspect/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: Windows Filtering Platform Traffic Inspection Sample +description: Demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP). +languages: + - cpp +products: + - windows +--- + <!--- name: Windows Filtering Platform Traffic Inspection Sample platform: KMDF @@ -7,9 +17,8 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617931 ---> +# Windows Filtering Platform Traffic Inspection Sample -Windows Filtering Platform Traffic Inspection Sample -==================================================== This sample driver demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP). @@ -22,6 +31,7 @@ Inspect.sys implements the `ClassifyFn` callout functions for the ALE Connect, R Connect/Packet inspection is done out-of-band by a system worker thread by using the reference-drop-clone-reinject mechanism as well as the ALE pend/complete mechanism. Therefore, the sample can serve as a basis for scenarios in which a filtering decision cannot be made within the `classifyFn()` callout and instead must be made, for example, by a user-mode application. ## Universal Windows Driver Compliant + This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. Automatic deployment diff --git a/network/trans/inspect/network-trans-inspect.yml b/network/trans/inspect/network-trans-inspect.yml deleted file mode 100644 index 464fabdc..00000000 --- a/network/trans/inspect/network-trans-inspect.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: Windows Filtering Platform Traffic Inspection Sample - description: Demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP). - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /network/trans/inspect/inspect.sln diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md index 14127cbc..bdb146de 100644 --- a/network/trans/msnmntr/README.md +++ b/network/trans/msnmntr/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: Windows Filtering Platform MSN Messenger Monitor Sample +description: Demonstrates the stream inspection capabilities of the Windows Filtering Platform (WFP). +languages: + - cpp +products: + - windows +--- + <!--- name: Windows Filtering Platform MSN Messenger Monitor Sample platform: KMDF @@ -7,9 +17,7 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617932 ---> - -Windows Filtering Platform MSN Messenger Monitor Sample -======================================================= +# Windows Filtering Platform MSN Messenger Monitor Sample This sample application and driver demonstrate the stream inspection capabilities of the Windows Filtering Platform (WFP). diff --git a/network/trans/msnmntr/network-trans-msnmntr.yml b/network/trans/msnmntr/network-trans-msnmntr.yml deleted file mode 100644 index 6c6cdde9..00000000 --- a/network/trans/msnmntr/network-trans-msnmntr.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: Windows Filtering Platform MSN Messenger Monitor Sample - description: Demonstrates the stream inspection capabilities of the Windows Filtering Platform (WFP). - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /network/trans/msnmntr/msnmntr.sln diff --git a/network/trans/stmedit/README.md b/network/trans/stmedit/README.md index 67905639..936b122c 100644 --- a/network/trans/stmedit/README.md +++ b/network/trans/stmedit/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: Windows Filtering Platform Stream Edit Sample +description: Demonstrates replacing a string pattern for a Transmission Control Protocol (TCP) connection using the Windows Filtering Platform (WFP). +languages: + - cpp +products: + - windows +--- + <!--- name: Windows Filtering Platform Stream Edit Sample platform: KMDF @@ -7,13 +17,12 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617933 ---> - -Windows Filtering Platform Stream Edit Sample -============================================= +# Windows Filtering Platform Stream Edit Sample This sample driver demonstrates replacing a string pattern for a Transmission Control Protocol (TCP) connection using the Windows Filtering Platform (WFP). ## Universal Windows Driver Compliant + This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. The sample consists of a kernel-mode Windows Filtering Platform (WFP) callout driver (Stmedit.sys) that can operate in one of the following modes: diff --git a/network/trans/stmedit/network-trans-stmedit.yml b/network/trans/stmedit/network-trans-stmedit.yml deleted file mode 100644 index c3101e05..00000000 --- a/network/trans/stmedit/network-trans-stmedit.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: Windows Filtering Platform Stream Edit Sample - description: Demonstrates replacing a string pattern for a Transmission Control Protocol (TCP) connection using the Windows Filtering Platform (WFP). - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /network/trans/stmedit/stmedit.sln |
