summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/ndis/filter/README.md11
-rw-r--r--network/ndis/mux/README.md11
-rw-r--r--network/ndis/ndisprot/6x/README.md11
-rw-r--r--network/ndis/ndisprot_kmdf/README.md11
-rw-r--r--network/radio/RadioManagerSample/README.md11
-rw-r--r--network/trans/WFPSampler/README.md11
-rw-r--r--network/trans/ddproxy/README.md11
-rw-r--r--network/trans/inspect/README.md11
-rw-r--r--network/trans/msnmntr/README.md11
-rw-r--r--network/wsk/echosrv/README.md11
10 files changed, 0 insertions, 110 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.
diff --git a/network/radio/RadioManagerSample/README.md b/network/radio/RadioManagerSample/README.md
index 155d66c7..9a5f0e1e 100644
--- a/network/radio/RadioManagerSample/README.md
+++ b/network/radio/RadioManagerSample/README.md
@@ -8,17 +8,6 @@ products:
- windows-wdk
---
-
-
-<!---
- name: Windows Radio Management Sample
- platform: WDM
- language: cpp
- category: Network Radio
- description: Demonstrates how to structure a Radio Manager for use with the Windows Radio Management APIs.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617920
---->
-
# Windows Radio Management Sample
The Radio Manager sample demonstrates how to structure a Radio Manager for use with the Windows Radio Management APIs.
diff --git a/network/trans/WFPSampler/README.md b/network/trans/WFPSampler/README.md
index d357ab57..68f86e87 100644
--- a/network/trans/WFPSampler/README.md
+++ b/network/trans/WFPSampler/README.md
@@ -8,17 +8,6 @@ products:
- windows-wdk
---
-
-
-<!---
- name: Windows Filtering Platform Sample
- platform: KMDF
- language: cpp
- category: Network
- description: A sample firewall that has a command-line interface which allows adding filters at various WFP layers.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620198
---->
-
# Windows Filtering Platform Sample
The WFPSampler sample driver is a sample firewall. It has a command-line interface which allows adding filters at various WFP layers with a wide variety of conditions. Additionally it exposes callout functions for injection, basic action, proxying, and stream inspection.
diff --git a/network/trans/ddproxy/README.md b/network/trans/ddproxy/README.md
index 89d972b4..ee021020 100644
--- a/network/trans/ddproxy/README.md
+++ b/network/trans/ddproxy/README.md
@@ -8,17 +8,6 @@ products:
- windows-wdk
---
-
-
-<!---
- name: Windows Filtering Platform Packet Modification Sample
- platform: KMDF
- language: cpp
- category: Network
- description: Demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP).
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617930
---->
-
# Windows Filtering Platform Packet Modification Sample
The sample driver demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP).
diff --git a/network/trans/inspect/README.md b/network/trans/inspect/README.md
index ddf7be8b..cc294fb1 100644
--- a/network/trans/inspect/README.md
+++ b/network/trans/inspect/README.md
@@ -8,17 +8,6 @@ products:
- windows-wdk
---
-
-
-<!---
- name: Windows Filtering Platform Traffic Inspection Sample
- platform: KMDF
- language: cpp
- category: Network
- description: Demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP).
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617931
---->
-
# Windows Filtering Platform Traffic Inspection Sample
This sample driver demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP).
diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md
index 4ff840b8..ef3f073a 100644
--- a/network/trans/msnmntr/README.md
+++ b/network/trans/msnmntr/README.md
@@ -8,17 +8,6 @@ products:
- windows-wdk
---
-
-
-<!---
- name: Windows Filtering Platform MSN Messenger Monitor Sample
- platform: KMDF
- language: cpp
- category: Network
- description: Demonstrates the stream inspection capabilities of the Windows Filtering Platform (WFP).
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617932
---->
-
# Windows Filtering Platform MSN Messenger Monitor Sample
This sample application and driver demonstrate the stream inspection capabilities of the Windows Filtering Platform (WFP).
diff --git a/network/wsk/echosrv/README.md b/network/wsk/echosrv/README.md
index b4851683..fe1c4dcd 100644
--- a/network/wsk/echosrv/README.md
+++ b/network/wsk/echosrv/README.md
@@ -8,17 +8,6 @@ products:
- windows-wdk
---
-
-
-<!---
- name: WSK TCP Echo Server
- platform: WDM
- language: cpp
- category: Network
- description: A minimal sample driver to demonstrate the usage of the Winsock Kernel (WSK) programming interface.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617935
---->
-
# WSK TCP Echo Server
This sample driver is a minimal driver meant to demonstrate the usage of the Winsock Kernel (WSK) programming interface.