summaryrefslogtreecommitdiff
path: root/network/trans
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2015-08-06 20:07:53 -0700
committerBarry Golden <[email protected]>2015-08-06 20:07:53 -0700
commit7c089b4b332b8a8bd2e29672bbf4f6ee430b3e77 (patch)
tree8a7e461efc0c2e77b9cd82b3968e38fd5efef7b4 /network/trans
parent9026073a419b5ef68fb46d4f7fae52dbef09dbe1 (diff)
Update README.md
Diffstat (limited to 'network/trans')
-rw-r--r--network/trans/ReadMe.md5
-rw-r--r--network/trans/msnmntr/ReadMe.md2
2 files changed, 4 insertions, 3 deletions
diff --git a/network/trans/ReadMe.md b/network/trans/ReadMe.md
index 9dd3585e..5f7ea8a8 100644
--- a/network/trans/ReadMe.md
+++ b/network/trans/ReadMe.md
@@ -82,7 +82,7 @@ wfpsamplercalloutdriver.cat | A signed catalog file, which serves as the signatu
WFPSamplerCalloutDriver.inf | An information (INF) file that contains information needed to install the driver.
WFPSamplerCalloutDriver.sys | The WFPSampler driver.
-**Note**  The build process might also put WdfCoinstaller010*xx*.dll in the driver folder, but this file is not really part of the driver package. The INF file does not reference any coinstallers.
+**Note**�The build process might also put WdfCoinstaller010*xx*.dll in the driver folder, but this file is not really part of the driver package. The INF file does not reference any coinstallers.
Because the package does not contain a KMDF coinstaller, it is important that you set the KMDF minor version according to your target operating system when you built the driver.
@@ -147,7 +147,8 @@ Installing the driver
- For automatic deployment, this will be DriverTest\\Drivers.
2. Enter **WFPSamplerInstall.cmd** to run the installation script.
- **Note**  If you need to uninstall a previous version of the driver, enter **WFPSamplerInstall.cmd -r**.
+
+ **Note** If you need to uninstall a previous version of the driver, enter **WFPSamplerInstall.cmd -r**.
Running the user-mode application
---------------------------------
diff --git a/network/trans/msnmntr/ReadMe.md b/network/trans/msnmntr/ReadMe.md
index 9c980db4..fcc9c420 100644
--- a/network/trans/msnmntr/ReadMe.md
+++ b/network/trans/msnmntr/ReadMe.md
@@ -5,7 +5,7 @@ This sample application and driver demonstrate the stream inspection capabilitie
The sample consists of a user mode application (Monitor.exe) that registers traffic of interest. In this case, all Transmission Control Protocol (TCP) data segments that are sent and received by an application of your choice.
-**Note**  Originally this sample was written to monitor the MSN Messenger application. Now it can monitor any application that you specify.
+**Note** Originally this sample was written to monitor the MSN Messenger application. Now it can monitor any application that you specify.
Monitor.exe adds filters and callouts to Windows through the Windows Filtering Platform (WFP) Win32 API. A kernel-mode WFP callout driver (Msnmntr.sys) intercepts TCP traffic and parses out communication patterns. Monitor.exe controls the operations of the callout driver through I/O controls (IOCTLs).