summaryrefslogtreecommitdiff
path: root/network/ndis/ndisprot
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-05 20:18:16 -0700
committerGitHub <[email protected]>2019-09-05 20:18:16 -0700
commit22af24719daf72029a70119cc6653d2a3b940549 (patch)
tree6677b85dbdae81db047b97a51533ea356abb13e3 /network/ndis/ndisprot
parent516d94ce47bd535dc813d654297ace02c61d46f6 (diff)
* Update README.md * Update README.md
Diffstat (limited to 'network/ndis/ndisprot')
-rw-r--r--network/ndis/ndisprot/6x/README.md11
1 files changed, 0 insertions, 11 deletions
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.