diff options
| author | Dave Wilson <[email protected]> | 2015-04-29 12:00:16 -0700 |
|---|---|---|
| committer | Dave Wilson <[email protected]> | 2015-04-29 12:00:16 -0700 |
| commit | 1fbea08887e10e087c3f6bb0be8968e29e20cc84 (patch) | |
| tree | ceece70ec21256772341dc1ef91a199a5d13bc0f /network/trans | |
| parent | d40232638faaab19de557e70a3ee938da7a35295 (diff) | |
terminology changes
Diffstat (limited to 'network/trans')
| -rw-r--r-- | network/trans/ddproxy/ReadMe.md | 4 | ||||
| -rw-r--r-- | network/trans/inspect/ReadMe.md | 4 | ||||
| -rw-r--r-- | network/trans/stmedit/ReadMe.md | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/network/trans/ddproxy/ReadMe.md b/network/trans/ddproxy/ReadMe.md index 67a6b213..a9e1d427 100644 --- a/network/trans/ddproxy/ReadMe.md +++ b/network/trans/ddproxy/ReadMe.md @@ -3,8 +3,8 @@ Windows Filtering Platform Packet Modification Sample The sample driver demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP). -## Universal Compliant -This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core. +## 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/inspect/ReadMe.md b/network/trans/inspect/ReadMe.md index a288e694..ef7fc9e8 100644 --- a/network/trans/inspect/ReadMe.md +++ b/network/trans/inspect/ReadMe.md @@ -11,8 +11,8 @@ 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 Compliant -This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core. +## 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/stmedit/ReadMe.md b/network/trans/stmedit/ReadMe.md index da921272..e6f48340 100644 --- a/network/trans/stmedit/ReadMe.md +++ b/network/trans/stmedit/ReadMe.md @@ -3,8 +3,8 @@ 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 Compliant -This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core. +## 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: |
