From 1fbea08887e10e087c3f6bb0be8968e29e20cc84 Mon Sep 17 00:00:00 2001 From: Dave Wilson Date: Wed, 29 Apr 2015 12:00:16 -0700 Subject: terminology changes --- network/modem/fakemodem/ReadMe.md | 4 ++-- network/trans/ddproxy/ReadMe.md | 4 ++-- network/trans/inspect/ReadMe.md | 4 ++-- network/trans/stmedit/ReadMe.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'network') diff --git a/network/modem/fakemodem/ReadMe.md b/network/modem/fakemodem/ReadMe.md index 6d6cdbc1..b79071cb 100644 --- a/network/modem/fakemodem/ReadMe.md +++ b/network/modem/fakemodem/ReadMe.md @@ -3,6 +3,6 @@ Fakemodem Driver The Fakemodem sample demonstrates a simple controller-less modem driver. This driver supports sending and receiving AT commands using the `ReadFile`/`WriteFile` calls or via a TAPI interface using an application such as *HyperTerminal.* -## 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. 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: -- cgit v1.3.1