diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 21:54:14 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 21:54:14 -0700 |
| commit | 41c29cb92feff490270b4ce31f67d7baddecc457 (patch) | |
| tree | 3601c61d3cf6919f2bea780cbdc3f4f3922d914f /network/ndis | |
| parent | 18cabc43191fd82420adcfac56c0361de98360c9 (diff) | |
Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842
Diffstat (limited to 'network/ndis')
| -rw-r--r-- | network/ndis/extension/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/filter/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/mux/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/ndisprot/6x/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/ndisprot_kmdf/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/netvmini/6x/README.md | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/network/ndis/extension/README.md b/network/ndis/extension/README.md index 30557927..554f4af0 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).
\ No newline at end of file +For more information on Hyper-V Extensible Switch extensions, see [Hyper-V Extensible Switch](http://msdn.microsoft.com/en-us/library/windows/hardware/hh598161). diff --git a/network/ndis/filter/README.md b/network/ndis/filter/README.md index 1163fda1..69be489f 100644 --- a/network/ndis/filter/README.md +++ b/network/ndis/filter/README.md @@ -117,4 +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.
\ No newline at end of file +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. diff --git a/network/ndis/mux/README.md b/network/ndis/mux/README.md index 710ab13b..215bed62 100644 --- a/network/ndis/mux/README.md +++ b/network/ndis/mux/README.md @@ -191,7 +191,7 @@ Mux.rc | Resource file for the MUX driver Muxp.inf | Installation INF for the service (protocol side installation) Mux_mp.inf | Installation INF for the miniport (virtual device installation) Precomp.h | Precompile header file -Protocol.c | Protocol related routines for the MUX driver +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.
\ No newline at end of file diff --git a/network/ndis/ndisprot/6x/README.md b/network/ndis/ndisprot/6x/README.md index 92e52464..5fa81218 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
\ No newline at end of file +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 9fba66be..339e2553 100644 --- a/network/ndis/ndisprot_kmdf/README.md +++ b/network/ndis/ndisprot_kmdf/README.md @@ -129,4 +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
\ No newline at end of file +ProtNotify.rc | Resource file for the notify object dll diff --git a/network/ndis/netvmini/6x/README.md b/network/ndis/netvmini/6x/README.md index 2a46b3d3..5ce68d7a 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).
\ No newline at end of file +For more information on creating NDIS Miniport Drivers, see [NDIS Miniport Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565949). |
