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/trans | |
| parent | 391db42c817138b0b06c5e21270acdf12bab31a1 (diff) | |
Update README metadata
Diffstat (limited to 'network/trans')
| -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 |
5 files changed, 0 insertions, 6 deletions
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 |
