summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 19:15:06 -0700
committerDen Delimarsky <[email protected]>2019-03-13 19:15:06 -0700
commitdbc7785c3a7ced56ecac6b5a9dfb81ef45dedac6 (patch)
tree2a8e1a39358b66cc2bc0d85e163956aafd5ccd16 /network
parentffeacc14932f98db4e7926825909a37d2b6d332f (diff)
Update manifests
Diffstat (limited to 'network')
-rw-r--r--network/config/bindview/README.md2
-rw-r--r--network/modem/fakemodem/README.md2
-rw-r--r--network/ndis/extension/README.md2
-rw-r--r--network/ndis/filter/README.md4
-rw-r--r--network/ndis/mux/README.md3
-rw-r--r--network/ndis/ndisprot/6x/README.md2
-rw-r--r--network/ndis/ndisprot_kmdf/README.md3
-rw-r--r--network/ndis/netvmini/6x/README.md2
-rw-r--r--network/radio/HidSwitchDriverSample/README.md2
-rw-r--r--network/radio/RadioManagerSample/README.md3
-rw-r--r--network/trans/WFPSampler/README.md3
-rw-r--r--network/trans/ddproxy/README.md3
-rw-r--r--network/trans/inspect/README.md3
-rw-r--r--network/trans/msnmntr/README.md3
-rw-r--r--network/trans/stmedit/README.md3
-rw-r--r--network/wlan/WDI/README.md2
-rw-r--r--network/wlan/ihvsampleui/README.md2
-rw-r--r--network/wsk/echosrv/README.md3
18 files changed, 18 insertions, 29 deletions
diff --git a/network/config/bindview/README.md b/network/config/bindview/README.md
index fdb27529..641a4398 100644
--- a/network/config/bindview/README.md
+++ b/network/config/bindview/README.md
@@ -20,4 +20,4 @@ products:
The Bindview sample demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components.
-For more information on the INetCfg interface, see [Network Configuration Interfaces](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559080).
+For more information on the INetCfg interface, see [Network Configuration Interfaces](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559080). \ No newline at end of file
diff --git a/network/modem/fakemodem/README.md b/network/modem/fakemodem/README.md
index aa139958..2cedd97b 100644
--- a/network/modem/fakemodem/README.md
+++ b/network/modem/fakemodem/README.md
@@ -22,4 +22,4 @@ The Fakemodem sample demonstrates a simple controller-less modem driver. This dr
## Universal Windows Driver Compliant
-This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
+This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. \ No newline at end of file
diff --git a/network/ndis/extension/README.md b/network/ndis/extension/README.md
index 554f4af0..30557927 100644
--- a/network/ndis/extension/README.md
+++ b/network/ndis/extension/README.md
@@ -32,4 +32,4 @@ MsForwardExt is a basic forwarding extension filter driver that is implemented b
Use the *install.cmd* script provided with each extension filter driver. The *install.cmd* uses **netcfg** to install the extension and **mofcomp** to register any required mof files. The PowerShell cmdlet *Enable-VmSwitchExtension* can then be used to enable the extension filter driver on a Hyper-V Extensible Switch.
-For more information on Hyper-V Extensible Switch extensions, see [Hyper-V Extensible Switch](http://msdn.microsoft.com/en-us/library/windows/hardware/hh598161).
+For more information on Hyper-V Extensible Switch extensions, see [Hyper-V Extensible Switch](http://msdn.microsoft.com/en-us/library/windows/hardware/hh598161). \ No newline at end of file
diff --git a/network/ndis/filter/README.md b/network/ndis/filter/README.md
index 4d65740f..1163fda1 100644
--- a/network/ndis/filter/README.md
+++ b/network/ndis/filter/README.md
@@ -117,6 +117,4 @@ What the Ndislwf sample driver does:
5. All requests and sends coming from overlying drivers for the Ndislwf filter driver are repackaged if necessary and sent down to NDIS, to be passed to the underlying NDIS driver.
6. All indications arriving from an underlying NDIS driver are forwarded up by Ndislwf filter driver.
7. NDIS calls the filter's [*FilterPause*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549957) handler when NDIS needs to detach the filter from the stack or there is some configuration changes in the stack. In processing the pause request from NDIS, the Ndislwf driver waits for all its own outstanding requests to be completed before it completes the pause request.
-8. NDIS calls the Ndislwf driver's [*FilterDetach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549918) entry point when NDIS needs to detach a filter module from NDIS stack. The *FilterDetach* handler should free all the memory allocation done in [*FilterAttach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549905), and undo the operations it did in *FilterAttach* Handler.
-
-
+8. NDIS calls the Ndislwf driver's [*FilterDetach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549918) entry point when NDIS needs to detach a filter module from NDIS stack. The *FilterDetach* handler should free all the memory allocation done in [*FilterAttach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549905), and undo the operations it did in *FilterAttach* Handler. \ No newline at end of file
diff --git a/network/ndis/mux/README.md b/network/ndis/mux/README.md
index fbe8ae91..710ab13b 100644
--- a/network/ndis/mux/README.md
+++ b/network/ndis/mux/README.md
@@ -194,5 +194,4 @@ Precomp.h | Precompile header file
Protocol.c | Protocol related routines for the MUX driver
Public.h | Contains the common declarations shared by driver and user applications
-For more information, see [NDIS Intermediate Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565773) in the network devices design guide.
-
+For more information, see [NDIS Intermediate Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565773) in the network devices design guide. \ No newline at end of file
diff --git a/network/ndis/ndisprot/6x/README.md b/network/ndis/ndisprot/6x/README.md
index ecb51586..92e52464 100644
--- a/network/ndis/ndisprot/6x/README.md
+++ b/network/ndis/ndisprot/6x/README.md
@@ -75,4 +75,4 @@ ndisprot.inf | INF file for installing NDISPROT
ntdisp.c | NT Entry points and dispatch routines for NDISPROT
protuser.h | IOCTL and associated structure definitions
recv.c | NDIS protocol entry points for receiving data, and IRP_MJ_READ processing
-send.c | NDIS protocol routines for sending data, and IRP_MJ_WRITE processing
+send.c | NDIS protocol routines for sending data, and IRP_MJ_WRITE processing \ No newline at end of file
diff --git a/network/ndis/ndisprot_kmdf/README.md b/network/ndis/ndisprot_kmdf/README.md
index 4d40fadc..9fba66be 100644
--- a/network/ndis/ndisprot_kmdf/README.md
+++ b/network/ndis/ndisprot_kmdf/README.md
@@ -129,5 +129,4 @@ File | Description
Common.hpp | Header file containing the common include files for the project
dllmain.cpp | Handles loading/unloading of Wdf Coinstaller and the notify object dll
ProtNotify.idl | Defines the interfaces for the notify object dll
-ProtNotify.rc | Resource file for the notify object dll
-
+ProtNotify.rc | Resource file for the notify object dll \ No newline at end of file
diff --git a/network/ndis/netvmini/6x/README.md b/network/ndis/netvmini/6x/README.md
index 5ce68d7a..2a46b3d3 100644
--- a/network/ndis/netvmini/6x/README.md
+++ b/network/ndis/netvmini/6x/README.md
@@ -28,4 +28,4 @@ To test the miniport driver, install more than one miniport driver instance. You
**Note** This sample provides an example of minimal driver intended for education purposes. The driver and its sample test programs are not intended for use in a production environment.
-For more information on creating NDIS Miniport Drivers, see [NDIS Miniport Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565949).
+For more information on creating NDIS Miniport Drivers, see [NDIS Miniport Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565949). \ No newline at end of file
diff --git a/network/radio/HidSwitchDriverSample/README.md b/network/radio/HidSwitchDriverSample/README.md
index 812fd66c..a150b0ca 100644
--- a/network/radio/HidSwitchDriverSample/README.md
+++ b/network/radio/HidSwitchDriverSample/README.md
@@ -67,4 +67,4 @@ In this mode the radio switch (switch 8 on the switch pack) represents an A-B sl
### Mode 5 LED only
-In this mode the radio switch (switch 8 on the switch pack) is ignored. The LED array will reflect the state of the Radio LED: either all on or all off (note that the top 2 LEDs never illuminate as these are not wired in).
+In this mode the radio switch (switch 8 on the switch pack) is ignored. The LED array will reflect the state of the Radio LED: either all on or all off (note that the top 2 LEDs never illuminate as these are not wired in). \ No newline at end of file
diff --git a/network/radio/RadioManagerSample/README.md b/network/radio/RadioManagerSample/README.md
index 5abdb866..4c38c2e3 100644
--- a/network/radio/RadioManagerSample/README.md
+++ b/network/radio/RadioManagerSample/README.md
@@ -114,5 +114,4 @@ Simply change the values in the registry. For example, change the radio state fr
### Removing a Radio Instance ###
-Delete the corresponding registry key.
-
+Delete the corresponding registry key. \ No newline at end of file
diff --git a/network/trans/WFPSampler/README.md b/network/trans/WFPSampler/README.md
index bf8a630e..fa808b2b 100644
--- a/network/trans/WFPSampler/README.md
+++ b/network/trans/WFPSampler/README.md
@@ -194,5 +194,4 @@ If you want to test whether your TraceView.exe session is working, you can enter
For more information, see [Creating a Trace Session with a PDB File](http://msdn.microsoft.com/en-us/library/windows/hardware/ff543582).
-Tracing for the sample driver can be started at any time before the driver is started or while the driver is already running.
-
+Tracing for the sample driver can be started at any time before the driver is started or while the driver is already running. \ No newline at end of file
diff --git a/network/trans/ddproxy/README.md b/network/trans/ddproxy/README.md
index 636aeb68..bbc3f125 100644
--- a/network/trans/ddproxy/README.md
+++ b/network/trans/ddproxy/README.md
@@ -80,5 +80,4 @@ Packet modification is done out-of-band by a system worker thread by using the r
Ddproxy.sys acts as a redirector for both Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6) traffic.
-For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068).
-
+For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068). \ No newline at end of file
diff --git a/network/trans/inspect/README.md b/network/trans/inspect/README.md
index 9b15b02c..d1dcac7f 100644
--- a/network/trans/inspect/README.md
+++ b/network/trans/inspect/README.md
@@ -69,5 +69,4 @@ On the target computer, open a Command Prompt window as Administrator, and enter
Remarks
-------
-For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068).
-
+For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068). \ No newline at end of file
diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md
index 91bf1356..ad71a788 100644
--- a/network/trans/msnmntr/README.md
+++ b/network/trans/msnmntr/README.md
@@ -92,5 +92,4 @@ As an alternative to building the WFP MSN Messenger Monitor Sample in Visual Stu
**msbuild /p:configuration="Release" /p:platform="Win32" msnmntr.sln**
-For more information about using [MSBuild](http://go.microsoft.com/fwlink/p/?linkID=262804) to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644).
-
+For more information about using [MSBuild](http://go.microsoft.com/fwlink/p/?linkID=262804) to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644). \ No newline at end of file
diff --git a/network/trans/stmedit/README.md b/network/trans/stmedit/README.md
index 17fdff98..75cf7060 100644
--- a/network/trans/stmedit/README.md
+++ b/network/trans/stmedit/README.md
@@ -81,5 +81,4 @@ On the target computer, open a Command Prompt window as Administrator, and enter
Remarks
-------
-For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068).
-
+For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068). \ No newline at end of file
diff --git a/network/wlan/WDI/README.md b/network/wlan/WDI/README.md
index c9327a9c..e825b1b5 100644
--- a/network/wlan/WDI/README.md
+++ b/network/wlan/WDI/README.md
@@ -18,4 +18,4 @@ products:
# WDI samples
-This sample demonstrates use of the WLAN WDI.
+This sample demonstrates use of the WLAN WDI. \ No newline at end of file
diff --git a/network/wlan/ihvsampleui/README.md b/network/wlan/ihvsampleui/README.md
index db537b91..94f62381 100644
--- a/network/wlan/ihvsampleui/README.md
+++ b/network/wlan/ihvsampleui/README.md
@@ -18,4 +18,4 @@ products:
# IHV Sample UI
-This sample demonstrates the WLAN IHV UI.
+This sample demonstrates the WLAN IHV UI. \ No newline at end of file
diff --git a/network/wsk/echosrv/README.md b/network/wsk/echosrv/README.md
index 8c5e8323..a5300b05 100644
--- a/network/wsk/echosrv/README.md
+++ b/network/wsk/echosrv/README.md
@@ -71,5 +71,4 @@ Install and run this sample driver by using the following steps:
After the driver is installed and started, it will listen for incoming TCP connection requests on port 40007 over both IPv4 and IPv6 protocols until the driver is stopped. On each connection, the driver will echo all the received data back to the peer until the connection is closed by the peer.
-For more information on the usage of the Winsock Kernel (WSK) programming interface, see [Winsock Kernel](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571084).
-
+For more information on the usage of the Winsock Kernel (WSK) programming interface, see [Winsock Kernel](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571084). \ No newline at end of file