diff options
| author | Den Delimarsky <[email protected]> | 2019-07-15 11:54:00 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-07-15 11:54:00 -0700 |
| commit | 1aa39e393c0657d7dfd5110727f3b92d20fc3187 (patch) | |
| tree | 4b9c82e688a866d016f078a01a9f7fe743b92f54 /network | |
| parent | ad599508acbb5ba1dd633af484a727f04bfddfd7 (diff) | |
Update heading667286672766726667256672466723667226672166720667196671866717667166671566714667136671266711667106670966707667066670566704667036670266701667006669966698666976669666695666946669366692666916669066689666876668666685666846668366682666816668066679666786667766676666756667466673666726667166670666696666866667666666666566664666636666266661666606665966658666576665666655666546665366652666516665066649666486664766646666446664366642666416664066639666386663766636666356663466633666326663166630
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/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 |
17 files changed, 17 insertions, 17 deletions
diff --git a/network/config/bindview/README.md b/network/config/bindview/README.md index 6b6f32f4..c3220092 100644 --- a/network/config/bindview/README.md +++ b/network/config/bindview/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "An application that demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components." languages: - cpp diff --git a/network/modem/fakemodem/README.md b/network/modem/fakemodem/README.md index 86fb5719..0de6d2cd 100644 --- a/network/modem/fakemodem/README.md +++ b/network/modem/fakemodem/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates a simple controller-less modem driver." languages: - cpp diff --git a/network/ndis/extension/README.md b/network/ndis/extension/README.md index 772397a3..24ffd36d 100644 --- a/network/ndis/extension/README.md +++ b/network/ndis/extension/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A base library used to implement a Hyper-V Extensible Switch extension filter driver." languages: - cpp diff --git a/network/ndis/filter/README.md b/network/ndis/filter/README.md index 3942d048..22acc1e3 100644 --- a/network/ndis/filter/README.md +++ b/network/ndis/filter/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A pass-through NDIS 6 filter driver demonstrating the basic principles of an NDIS 6.0 Filter driver." languages: - cpp diff --git a/network/ndis/ndisprot/6x/README.md b/network/ndis/ndisprot/6x/README.md index a573a05c..2efbcc66 100644 --- a/network/ndis/ndisprot/6x/README.md +++ b/network/ndis/ndisprot/6x/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates a connection-less NDIS 6.0 protocol WDM driver." languages: - cpp diff --git a/network/ndis/ndisprot_kmdf/README.md b/network/ndis/ndisprot_kmdf/README.md index ed3b7e40..3d9418cb 100644 --- a/network/ndis/ndisprot_kmdf/README.md +++ b/network/ndis/ndisprot_kmdf/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates a connection-less NDIS 6.0 protocol KMDF driver." languages: - cpp diff --git a/network/ndis/netvmini/6x/README.md b/network/ndis/netvmini/6x/README.md index 57ef0448..b631890c 100644 --- a/network/ndis/netvmini/6x/README.md +++ b/network/ndis/netvmini/6x/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates the functionality of an NDIS miniport driver without requiring a physical network adapter." languages: - cpp diff --git a/network/radio/HidSwitchDriverSample/README.md b/network/radio/HidSwitchDriverSample/README.md index 28dc064b..c7b012a7 100644 --- a/network/radio/HidSwitchDriverSample/README.md +++ b/network/radio/HidSwitchDriverSample/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to structure a HID driver for radio switches for the OSR USB-FX2 Development Board." languages: - cpp diff --git a/network/radio/RadioManagerSample/README.md b/network/radio/RadioManagerSample/README.md index 07e5d2cb..50b6c917 100644 --- a/network/radio/RadioManagerSample/README.md +++ b/network/radio/RadioManagerSample/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to structure a Radio Manager for use with the Windows Radio Management APIs." languages: - cpp diff --git a/network/trans/WFPSampler/README.md b/network/trans/WFPSampler/README.md index 9e81dff4..6ca2d1f9 100644 --- a/network/trans/WFPSampler/README.md +++ b/network/trans/WFPSampler/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A sample firewall that has a command-line interface which allows adding filters at various WFP layers." languages: - cpp diff --git a/network/trans/ddproxy/README.md b/network/trans/ddproxy/README.md index a76d1b97..4f46b929 100644 --- a/network/trans/ddproxy/README.md +++ b/network/trans/ddproxy/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP)." languages: - cpp diff --git a/network/trans/inspect/README.md b/network/trans/inspect/README.md index 7590cfdd..8ab7b525 100644 --- a/network/trans/inspect/README.md +++ b/network/trans/inspect/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP)." languages: - cpp diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md index 2c61cc93..37206c7c 100644 --- a/network/trans/msnmntr/README.md +++ b/network/trans/msnmntr/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates the stream inspection capabilities of the Windows Filtering Platform (WFP)." languages: - cpp diff --git a/network/trans/stmedit/README.md b/network/trans/stmedit/README.md index b618b17e..b8e67df0 100644 --- a/network/trans/stmedit/README.md +++ b/network/trans/stmedit/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates replacing a string pattern for a Transmission Control Protocol (TCP) connection using the Windows Filtering Platform (WFP)." languages: - cpp diff --git a/network/wlan/WDI/README.md b/network/wlan/WDI/README.md index 2acc1fe6..686d8ca9 100644 --- a/network/wlan/WDI/README.md +++ b/network/wlan/WDI/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates use of the WLAN WDI." languages: - cpp diff --git a/network/wlan/ihvsampleui/README.md b/network/wlan/ihvsampleui/README.md index 48482458..04da4172 100644 --- a/network/wlan/ihvsampleui/README.md +++ b/network/wlan/ihvsampleui/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates the WLAN IHV UI." languages: - cpp diff --git a/network/wsk/echosrv/README.md b/network/wsk/echosrv/README.md index 646f430b..fd252beb 100644 --- a/network/wsk/echosrv/README.md +++ b/network/wsk/echosrv/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A minimal sample driver to demonstrate the usage of the Winsock Kernel (WSK) programming interface." languages: - cpp |
