diff options
| author | Den Delimarsky <[email protected]> | 2019-07-04 15:42:04 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-07-04 15:42:04 -0700 |
| commit | de37e30aa04422fe5f64de3a9d31c4c39e1e24ae (patch) | |
| tree | f038d8dea60355c4670639db504ef858a7aff139 /network | |
| parent | 2123936e0d64f81ff75c52dd7ee1b2d470c651a7 (diff) | |
Update sample metadata
Diffstat (limited to 'network')
| -rw-r--r-- | network/config/bindview/README.md | 2 | ||||
| -rw-r--r-- | network/modem/fakemodem/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/extension/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/filter/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/mux/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/ndisprot/6x/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/ndisprot_kmdf/README.md | 2 | ||||
| -rw-r--r-- | network/ndis/netvmini/6x/README.md | 2 | ||||
| -rw-r--r-- | network/radio/HidSwitchDriverSample/README.md | 2 | ||||
| -rw-r--r-- | network/radio/RadioManagerSample/README.md | 2 | ||||
| -rw-r--r-- | network/trans/WFPSampler/README.md | 2 | ||||
| -rw-r--r-- | network/trans/ddproxy/README.md | 2 | ||||
| -rw-r--r-- | network/trans/inspect/README.md | 2 | ||||
| -rw-r--r-- | network/trans/msnmntr/README.md | 2 | ||||
| -rw-r--r-- | network/trans/stmedit/README.md | 2 | ||||
| -rw-r--r-- | network/wlan/WDI/README.md | 2 | ||||
| -rw-r--r-- | network/wlan/ihvsampleui/README.md | 2 | ||||
| -rw-r--r-- | network/wsk/echosrv/README.md | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/network/config/bindview/README.md b/network/config/bindview/README.md index fdb27529..6b6f32f4 100644 --- a/network/config/bindview/README.md +++ b/network/config/bindview/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: An application that demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components. +description: "An application that demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components." languages: - cpp products: diff --git a/network/modem/fakemodem/README.md b/network/modem/fakemodem/README.md index aa139958..86fb5719 100644 --- a/network/modem/fakemodem/README.md +++ b/network/modem/fakemodem/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates a simple controller-less modem driver. +description: "Demonstrates a simple controller-less modem driver." languages: - cpp products: diff --git a/network/ndis/extension/README.md b/network/ndis/extension/README.md index 554f4af0..772397a3 100644 --- a/network/ndis/extension/README.md +++ b/network/ndis/extension/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: A base library used to implement a Hyper-V Extensible Switch extension filter driver. +description: "A base library used to implement a Hyper-V Extensible Switch extension filter driver." languages: - cpp products: diff --git a/network/ndis/filter/README.md b/network/ndis/filter/README.md index 69be489f..3942d048 100644 --- a/network/ndis/filter/README.md +++ b/network/ndis/filter/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: A pass-through NDIS 6 filter driver demonstrating the basic principles of an NDIS 6.0 Filter driver. +description: "A pass-through NDIS 6 filter driver demonstrating the basic principles of an NDIS 6.0 Filter driver." languages: - cpp products: diff --git a/network/ndis/mux/README.md b/network/ndis/mux/README.md index 215bed62..63de3021 100644 --- a/network/ndis/mux/README.md +++ b/network/ndis/mux/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: An NDIS 6.0 driver that demonstrates the operation of an N to 1 MUX driver. +description: "An NDIS 6.0 driver that demonstrates the operation of an N to 1 MUX driver." languages: - cpp products: diff --git a/network/ndis/ndisprot/6x/README.md b/network/ndis/ndisprot/6x/README.md index 5fa81218..a573a05c 100644 --- a/network/ndis/ndisprot/6x/README.md +++ b/network/ndis/ndisprot/6x/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates a connection-less NDIS 6.0 protocol WDM driver. +description: "Demonstrates a connection-less NDIS 6.0 protocol WDM driver." languages: - cpp products: diff --git a/network/ndis/ndisprot_kmdf/README.md b/network/ndis/ndisprot_kmdf/README.md index 339e2553..ed3b7e40 100644 --- a/network/ndis/ndisprot_kmdf/README.md +++ b/network/ndis/ndisprot_kmdf/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates a connection-less NDIS 6.0 protocol KMDF driver. +description: "Demonstrates a connection-less NDIS 6.0 protocol KMDF driver." languages: - cpp products: diff --git a/network/ndis/netvmini/6x/README.md b/network/ndis/netvmini/6x/README.md index 5ce68d7a..57ef0448 100644 --- a/network/ndis/netvmini/6x/README.md +++ b/network/ndis/netvmini/6x/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates the functionality of an NDIS miniport driver without requiring a physical network adapter. +description: "Demonstrates the functionality of an NDIS miniport driver without requiring a physical network adapter." languages: - cpp products: diff --git a/network/radio/HidSwitchDriverSample/README.md b/network/radio/HidSwitchDriverSample/README.md index 812fd66c..28dc064b 100644 --- a/network/radio/HidSwitchDriverSample/README.md +++ b/network/radio/HidSwitchDriverSample/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to structure a HID driver for radio switches for the OSR USB-FX2 Development Board. +description: "Demonstrates how to structure a HID driver for radio switches for the OSR USB-FX2 Development Board." languages: - cpp products: diff --git a/network/radio/RadioManagerSample/README.md b/network/radio/RadioManagerSample/README.md index 575e26df..07e5d2cb 100644 --- a/network/radio/RadioManagerSample/README.md +++ b/network/radio/RadioManagerSample/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to structure a Radio Manager for use with the Windows Radio Management APIs. +description: "Demonstrates how to structure a Radio Manager for use with the Windows Radio Management APIs." languages: - cpp products: diff --git a/network/trans/WFPSampler/README.md b/network/trans/WFPSampler/README.md index 7e45796a..9e81dff4 100644 --- a/network/trans/WFPSampler/README.md +++ b/network/trans/WFPSampler/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: A sample firewall that has a command-line interface which allows adding filters at various WFP layers. +description: "A sample firewall that has a command-line interface which allows adding filters at various WFP layers." languages: - cpp products: diff --git a/network/trans/ddproxy/README.md b/network/trans/ddproxy/README.md index 224bc026..a76d1b97 100644 --- a/network/trans/ddproxy/README.md +++ b/network/trans/ddproxy/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP). +description: "Demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP)." languages: - cpp products: diff --git a/network/trans/inspect/README.md b/network/trans/inspect/README.md index 7480bace..7590cfdd 100644 --- a/network/trans/inspect/README.md +++ b/network/trans/inspect/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP). +description: "Demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP)." languages: - cpp products: diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md index 14cedd3b..2c61cc93 100644 --- a/network/trans/msnmntr/README.md +++ b/network/trans/msnmntr/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates the stream inspection capabilities of the Windows Filtering Platform (WFP). +description: "Demonstrates the stream inspection capabilities of the Windows Filtering Platform (WFP)." languages: - cpp products: diff --git a/network/trans/stmedit/README.md b/network/trans/stmedit/README.md index 2c1d83e1..b618b17e 100644 --- a/network/trans/stmedit/README.md +++ b/network/trans/stmedit/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates replacing a string pattern for a Transmission Control Protocol (TCP) connection using the Windows Filtering Platform (WFP). +description: "Demonstrates replacing a string pattern for a Transmission Control Protocol (TCP) connection using the Windows Filtering Platform (WFP)." languages: - cpp products: diff --git a/network/wlan/WDI/README.md b/network/wlan/WDI/README.md index c9327a9c..2acc1fe6 100644 --- a/network/wlan/WDI/README.md +++ b/network/wlan/WDI/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates use of the WLAN WDI. +description: "Demonstrates use of the WLAN WDI." languages: - cpp products: diff --git a/network/wlan/ihvsampleui/README.md b/network/wlan/ihvsampleui/README.md index db537b91..48482458 100644 --- a/network/wlan/ihvsampleui/README.md +++ b/network/wlan/ihvsampleui/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates the WLAN IHV UI. +description: "Demonstrates the WLAN IHV UI." languages: - cpp products: diff --git a/network/wsk/echosrv/README.md b/network/wsk/echosrv/README.md index 3ab0360c..646f430b 100644 --- a/network/wsk/echosrv/README.md +++ b/network/wsk/echosrv/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: A minimal sample driver to demonstrate the usage of the Winsock Kernel (WSK) programming interface. +description: "A minimal sample driver to demonstrate the usage of the Winsock Kernel (WSK) programming interface." languages: - cpp products: |
