diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 13:55:11 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 13:55:11 -0700 |
| commit | cf2564be4183280c0a31cd158b28c9b7e3bbee4b (patch) | |
| tree | 7458d083df07ae3095aa5810b54b5dc8e1f4cf68 /network | |
| parent | 391db42c817138b0b06c5e21270acdf12bab31a1 (diff) | |
Update README metadata
Diffstat (limited to 'network')
| -rw-r--r-- | network/config/bindview/README.md | 1 | ||||
| -rw-r--r-- | network/modem/fakemodem/README.md | 1 | ||||
| -rw-r--r-- | network/ndis/extension/README.md | 1 | ||||
| -rw-r--r-- | network/ndis/filter/README.md | 1 | ||||
| -rw-r--r-- | network/ndis/mux/README.md | 1 | ||||
| -rw-r--r-- | network/ndis/ndisprot/6x/README.md | 1 | ||||
| -rw-r--r-- | network/ndis/ndisprot_kmdf/README.md | 1 | ||||
| -rw-r--r-- | network/ndis/netvmini/6x/README.md | 1 | ||||
| -rw-r--r-- | network/radio/HidSwitchDriverSample/README.md | 1 | ||||
| -rw-r--r-- | network/radio/RadioManagerSample/README.md | 1 | ||||
| -rw-r--r-- | network/trans/WFPSampler/README.md | 1 | ||||
| -rw-r--r-- | network/trans/ddproxy/README.md | 1 | ||||
| -rw-r--r-- | network/trans/inspect/README.md | 2 | ||||
| -rw-r--r-- | network/trans/msnmntr/README.md | 1 | ||||
| -rw-r--r-- | network/trans/stmedit/README.md | 1 | ||||
| -rw-r--r-- | network/wlan/WDI/README.md | 1 | ||||
| -rw-r--r-- | network/wlan/ihvsampleui/README.md | 1 | ||||
| -rw-r--r-- | network/wsk/echosrv/README.md | 1 |
18 files changed, 0 insertions, 19 deletions
diff --git a/network/config/bindview/README.md b/network/config/bindview/README.md index 1f168493..21b9eeca 100644 --- a/network/config/bindview/README.md +++ b/network/config/bindview/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Bindview Network Configuration Utility 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 b202d8a3..bd35970c 100644 --- a/network/modem/fakemodem/README.md +++ b/network/modem/fakemodem/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Fakemodem Driver 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 ee57d16b..2c502c4e 100644 --- a/network/ndis/extension/README.md +++ b/network/ndis/extension/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Hyper-V Extensible Switch extension filter driver 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 78def298..4f5bc03a 100644 --- a/network/ndis/filter/README.md +++ b/network/ndis/filter/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: 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 diff --git a/network/ndis/mux/README.md b/network/ndis/mux/README.md index f9086d39..afda096b 100644 --- a/network/ndis/mux/README.md +++ b/network/ndis/mux/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: NDIS MUX Intermediate Driver and Notify Object description: An NDIS 6.0 driver that demonstrates the operation of an N:1 MUX driver. languages: - cpp diff --git a/network/ndis/ndisprot/6x/README.md b/network/ndis/ndisprot/6x/README.md index 31afd6b9..112f9b77 100644 --- a/network/ndis/ndisprot/6x/README.md +++ b/network/ndis/ndisprot/6x/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: NDIS Connection-less Protocol WDM Driver 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 bbe1b812..09ba1bdd 100644 --- a/network/ndis/ndisprot_kmdf/README.md +++ b/network/ndis/ndisprot_kmdf/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Connection-less NDIS 6.0 Protocol KMDF Sample Driver 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 8235ee35..e74779d0 100644 --- a/network/ndis/netvmini/6x/README.md +++ b/network/ndis/netvmini/6x/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: NDIS Virtual Miniport Driver 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 05e394f4..07ccf14b 100644 --- a/network/radio/HidSwitchDriverSample/README.md +++ b/network/radio/HidSwitchDriverSample/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Radio Switch Test Driver for 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 diff --git a/network/radio/RadioManagerSample/README.md b/network/radio/RadioManagerSample/README.md index 5822727f..6b6ce0ed 100644 --- a/network/radio/RadioManagerSample/README.md +++ b/network/radio/RadioManagerSample/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Windows Radio Management 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 96bc0439..950bd2c6 100644 --- a/network/trans/WFPSampler/README.md +++ b/network/trans/WFPSampler/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Windows Filtering Platform 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 c4177245..d45ba3c0 100644 --- a/network/trans/ddproxy/README.md +++ b/network/trans/ddproxy/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Windows Filtering Platform Packet Modification 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 935c29b8..6749a8f0 100644 --- a/network/trans/inspect/README.md +++ b/network/trans/inspect/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Windows Filtering Platform Traffic Inspection Sample description: Demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP). languages: - cpp @@ -19,7 +18,6 @@ products: # Windows Filtering Platform Traffic Inspection Sample - This sample driver demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP). The sample driver consists of a kernel-mode Windows Filtering Platform (WFP) callout driver (Inspect.sys) that intercepts all transport layer traffic (for example, Transmission Control Protocol (TCP), User Datagram Protocol (UDP), and nonerror Internet Control Message Protocol (ICMP)) sent to or received from a configurable remote peer and queues then to a worker thread for out-of-band processing. diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md index a0744f4f..f1e96379 100644 --- a/network/trans/msnmntr/README.md +++ b/network/trans/msnmntr/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Windows Filtering Platform MSN Messenger Monitor 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 7821f7cb..b3fc584b 100644 --- a/network/trans/stmedit/README.md +++ b/network/trans/stmedit/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: Windows Filtering Platform Stream Edit 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 21aa108a..d4d47037 100644 --- a/network/wlan/WDI/README.md +++ b/network/wlan/WDI/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: WDI samples description: Demonstrates use of the WLAN WDI. languages: - cpp diff --git a/network/wlan/ihvsampleui/README.md b/network/wlan/ihvsampleui/README.md index 564b1199..9c8fee88 100644 --- a/network/wlan/ihvsampleui/README.md +++ b/network/wlan/ihvsampleui/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: IHV Sample UI description: Demonstrates the WLAN IHV UI. languages: - cpp diff --git a/network/wsk/echosrv/README.md b/network/wsk/echosrv/README.md index ee48299d..beb9076d 100644 --- a/network/wsk/echosrv/README.md +++ b/network/wsk/echosrv/README.md @@ -1,6 +1,5 @@ --- topic: sample -name: WSK TCP Echo Server description: A minimal sample driver to demonstrate the usage of the Winsock Kernel (WSK) programming interface. languages: - cpp |
