diff options
| author | Barry Golden <[email protected]> | 2019-09-05 20:18:16 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-05 20:18:16 -0700 |
| commit | 22af24719daf72029a70119cc6653d2a3b940549 (patch) | |
| tree | 6677b85dbdae81db047b97a51533ea356abb13e3 /network/ndis | |
| parent | 516d94ce47bd535dc813d654297ace02c61d46f6 (diff) | |
Update README.md (#411)81853818528185181850818498184881847818468184581844818438184281841818408183981838
* Update README.md
* Update README.md
Diffstat (limited to 'network/ndis')
| -rw-r--r-- | network/ndis/filter/README.md | 11 | ||||
| -rw-r--r-- | network/ndis/mux/README.md | 11 | ||||
| -rw-r--r-- | network/ndis/ndisprot/6x/README.md | 11 | ||||
| -rw-r--r-- | network/ndis/ndisprot_kmdf/README.md | 11 |
4 files changed, 0 insertions, 44 deletions
diff --git a/network/ndis/filter/README.md b/network/ndis/filter/README.md index 8580c269..a7093842 100644 --- a/network/ndis/filter/README.md +++ b/network/ndis/filter/README.md @@ -8,17 +8,6 @@ products: - windows-wdk --- - - -<!--- - name: NDIS 6.0 Filter Driver - platform: WDM - language: cpp - category: Network - description: A pass-through NDIS 6 filter driver demonstrating the basic principles of an NDIS 6.0 Filter driver. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617915 ----> - # NDIS 6.0 Filter Driver The Ndislwf sample is a do-nothing pass-through NDIS 6 filter driver that demonstrates the basic principles underlying an NDIS 6.0 Filter driver. The sample replaces the NDIS 5 Sample Intermediate Driver (Passthru driver). diff --git a/network/ndis/mux/README.md b/network/ndis/mux/README.md index 480f934f..681158f0 100644 --- a/network/ndis/mux/README.md +++ b/network/ndis/mux/README.md @@ -8,17 +8,6 @@ products: - windows-wdk --- - - -<!--- - name: NDIS MUX Intermediate Driver and Notify Object - platform: WDM - language: cpp - category: Network - description: An NDIS 6.0 driver that demonstrates the operation of an N:1 MUX driver. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617916 ----> - # NDIS MUX Intermediate Driver and Notify Object The MUX Intermediate Miniport (IM) driver is an NDIS 6.0 driver that demonstrates the operation of an "N:1" MUX driver.The sample demonstrates creating multiple virtual network devices on top of a single lower adapter. Protocols bind to these virtual adapters as if they are real adapters. Examples of Intermediate Miniport drivers that can use this framework are Virtual LAN (VLAN) drivers. Included in the project is a sample Notify Object that demonstrates how to write a notify object for installing and configuring an NDIS MUX intermediate miniport (IM) driver that implements an N:1 relationship between upper and lower bindings, for example, it creates multiple virtual network devices on top of a single lower adapter. Protocols bind to these virtual adapters as if they are real adapters. Examples of Intermediate Miniport drivers that can use this type of notify object are Virtual LAN (VLAN) drivers. diff --git a/network/ndis/ndisprot/6x/README.md b/network/ndis/ndisprot/6x/README.md index f895ab8b..2ac81988 100644 --- a/network/ndis/ndisprot/6x/README.md +++ b/network/ndis/ndisprot/6x/README.md @@ -8,17 +8,6 @@ products: - windows-wdk --- - - -<!--- - name: NDIS Connection-less Protocol WDM Driver Sample - platform: WDM - language: cpp - category: Network - description: Demonstrates a connection-less NDIS 6.0 protocol WDM driver. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617917 ----> - # NDIS Connection-less Protocol WDM Driver Sample This sample demonstrates a connection-less NDIS 6.0 protocol WDM driver. The driver supports sending and receiving raw Ethernet frames using `ReadFile`/`WriteFile` calls from user-mode. It only receives frames with a specific EtherType field. As an NDIS protocol, it illustrates how to establish and tear down bindings to Ethernet adapters, i.e. those that export medium type **NdisMedium802\_3**. It shows how to set a packet filter, send and receive data, and handle plug-and-play events. diff --git a/network/ndis/ndisprot_kmdf/README.md b/network/ndis/ndisprot_kmdf/README.md index 2109281f..cd1b9bfb 100644 --- a/network/ndis/ndisprot_kmdf/README.md +++ b/network/ndis/ndisprot_kmdf/README.md @@ -8,17 +8,6 @@ products: - windows-wdk --- - - -<!--- - name: Connection-less NDIS 6.0 Protocol KMDF Sample Driver - platform: KMDF - language: cpp - category: Network - description: Demonstrates a connection-less NDIS 6.0 protocol KMDF driver. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620197 ----> - # Connection-less NDIS 6.0 Protocol KMDF Sample Driver This sample demonstrates a connection-less NDIS 6.0 protocol KMDF driver. |
