summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 14:21:46 -0700
committerDen Delimarsky <[email protected]>2019-03-13 14:21:46 -0700
commit34dcaceff4ea13c5078c06058957abf075b358ef (patch)
tree84c5048b5568cda4d2ecbfdd19ab88425f4a22c8 /network
parent1404d5fcfc743326d065c7f6977a68e92f3bf9f6 (diff)
Update READMEs
Diffstat (limited to 'network')
-rw-r--r--network/config/bindview/README.md4
-rw-r--r--network/modem/fakemodem/README.md4
-rw-r--r--network/ndis/extension/README.md4
-rw-r--r--network/ndis/filter/README.md4
-rw-r--r--network/ndis/mux/README.md4
-rw-r--r--network/ndis/ndisprot/6x/README.md4
-rw-r--r--network/ndis/ndisprot_kmdf/README.md4
-rw-r--r--network/ndis/netvmini/6x/README.md4
-rw-r--r--network/radio/HidSwitchDriverSample/README.md4
-rw-r--r--network/radio/RadioManagerSample/README.md4
-rw-r--r--network/trans/WFPSampler/README.md4
-rw-r--r--network/trans/ddproxy/README.md4
-rw-r--r--network/trans/inspect/README.md4
-rw-r--r--network/trans/msnmntr/README.md4
-rw-r--r--network/trans/stmedit/README.md4
-rw-r--r--network/wlan/WDI/README.md4
-rw-r--r--network/wlan/ihvsampleui/README.md4
-rw-r--r--network/wsk/echosrv/README.md4
18 files changed, 36 insertions, 36 deletions
diff --git a/network/config/bindview/README.md b/network/config/bindview/README.md
index 21b9eeca..fdb27529 100644
--- a/network/config/bindview/README.md
+++ b/network/config/bindview/README.md
@@ -2,9 +2,9 @@
topic: sample
description: An application that demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/modem/fakemodem/README.md b/network/modem/fakemodem/README.md
index bd35970c..aa139958 100644
--- a/network/modem/fakemodem/README.md
+++ b/network/modem/fakemodem/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates a simple controller-less modem driver.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/ndis/extension/README.md b/network/ndis/extension/README.md
index 2c502c4e..554f4af0 100644
--- a/network/ndis/extension/README.md
+++ b/network/ndis/extension/README.md
@@ -2,9 +2,9 @@
topic: sample
description: A base library used to implement a Hyper-V Extensible Switch extension filter driver.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/ndis/filter/README.md b/network/ndis/filter/README.md
index 4f5bc03a..4d65740f 100644
--- a/network/ndis/filter/README.md
+++ b/network/ndis/filter/README.md
@@ -2,9 +2,9 @@
topic: sample
description: A pass-through NDIS 6 filter driver demonstrating the basic principles of an NDIS 6.0 Filter driver.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/ndis/mux/README.md b/network/ndis/mux/README.md
index 6e643416..fbe8ae91 100644
--- a/network/ndis/mux/README.md
+++ b/network/ndis/mux/README.md
@@ -2,9 +2,9 @@
topic: sample
description: An NDIS 6.0 driver that demonstrates the operation of an N to 1 MUX driver.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/ndis/ndisprot/6x/README.md b/network/ndis/ndisprot/6x/README.md
index 112f9b77..ecb51586 100644
--- a/network/ndis/ndisprot/6x/README.md
+++ b/network/ndis/ndisprot/6x/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates a connection-less NDIS 6.0 protocol WDM driver.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/ndis/ndisprot_kmdf/README.md b/network/ndis/ndisprot_kmdf/README.md
index 09ba1bdd..4d40fadc 100644
--- a/network/ndis/ndisprot_kmdf/README.md
+++ b/network/ndis/ndisprot_kmdf/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates a connection-less NDIS 6.0 protocol KMDF driver.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/ndis/netvmini/6x/README.md b/network/ndis/netvmini/6x/README.md
index e74779d0..5ce68d7a 100644
--- a/network/ndis/netvmini/6x/README.md
+++ b/network/ndis/netvmini/6x/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates the functionality of an NDIS miniport driver without requiring a physical network adapter.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/radio/HidSwitchDriverSample/README.md b/network/radio/HidSwitchDriverSample/README.md
index 07ccf14b..812fd66c 100644
--- a/network/radio/HidSwitchDriverSample/README.md
+++ b/network/radio/HidSwitchDriverSample/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates how to structure a HID driver for radio switches for the OSR USB-FX2 Development Board.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/radio/RadioManagerSample/README.md b/network/radio/RadioManagerSample/README.md
index 6b6ce0ed..5abdb866 100644
--- a/network/radio/RadioManagerSample/README.md
+++ b/network/radio/RadioManagerSample/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates how to structure a Radio Manager for use with the Windows Radio Management APIs.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/trans/WFPSampler/README.md b/network/trans/WFPSampler/README.md
index 950bd2c6..bf8a630e 100644
--- a/network/trans/WFPSampler/README.md
+++ b/network/trans/WFPSampler/README.md
@@ -2,9 +2,9 @@
topic: sample
description: A sample firewall that has a command-line interface which allows adding filters at various WFP layers.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/trans/ddproxy/README.md b/network/trans/ddproxy/README.md
index d45ba3c0..636aeb68 100644
--- a/network/trans/ddproxy/README.md
+++ b/network/trans/ddproxy/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP).
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/trans/inspect/README.md b/network/trans/inspect/README.md
index 6749a8f0..9b15b02c 100644
--- a/network/trans/inspect/README.md
+++ b/network/trans/inspect/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP).
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md
index f1e96379..91bf1356 100644
--- a/network/trans/msnmntr/README.md
+++ b/network/trans/msnmntr/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates the stream inspection capabilities of the Windows Filtering Platform (WFP).
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/trans/stmedit/README.md b/network/trans/stmedit/README.md
index b3fc584b..17fdff98 100644
--- a/network/trans/stmedit/README.md
+++ b/network/trans/stmedit/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates replacing a string pattern for a Transmission Control Protocol (TCP) connection using the Windows Filtering Platform (WFP).
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/wlan/WDI/README.md b/network/wlan/WDI/README.md
index d4d47037..c9327a9c 100644
--- a/network/wlan/WDI/README.md
+++ b/network/wlan/WDI/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates use of the WLAN WDI.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/wlan/ihvsampleui/README.md b/network/wlan/ihvsampleui/README.md
index 9c8fee88..db537b91 100644
--- a/network/wlan/ihvsampleui/README.md
+++ b/network/wlan/ihvsampleui/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates the WLAN IHV UI.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/network/wsk/echosrv/README.md b/network/wsk/echosrv/README.md
index beb9076d..8c5e8323 100644
--- a/network/wsk/echosrv/README.md
+++ b/network/wsk/echosrv/README.md
@@ -2,9 +2,9 @@
topic: sample
description: A minimal sample driver to demonstrate the usage of the Winsock Kernel (WSK) programming interface.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---