summaryrefslogtreecommitdiff
path: root/network/ndis/ndisprot/6x/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'network/ndis/ndisprot/6x/README.md')
-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.