diff options
author | Chris Buechler <cmb@pfsense.org> | 2010-01-31 20:37:13 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2010-01-31 20:37:13 -0500 |
commit | 282f0a6808d65bcfcbb80bbc0d59b84d931abcc6 (patch) | |
tree | 7de3166b85b42022188806c3d77a53ef78750ba0 /config/snort-dev | |
parent | f13c084063bbef30bcb43e02b56a952003c08638 (diff) | |
download | pfsense-packages-282f0a6808d65bcfcbb80bbc0d59b84d931abcc6.tar.gz pfsense-packages-282f0a6808d65bcfcbb80bbc0d59b84d931abcc6.tar.bz2 pfsense-packages-282f0a6808d65bcfcbb80bbc0d59b84d931abcc6.zip |
fix text
Diffstat (limited to 'config/snort-dev')
-rw-r--r-- | config/snort-dev/snort_preprocessors.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/snort-dev/snort_preprocessors.php b/config/snort-dev/snort_preprocessors.php index 6ecc6333..b493ec55 100644 --- a/config/snort-dev/snort_preprocessors.php +++ b/config/snort-dev/snort_preprocessors.php @@ -288,8 +288,8 @@ if($id != "") <tr> <td width="22%" valign="top"> </td> <td width="78%"><span class="vexpl"><span class="red"><strong>Note: </strong></span><br> - RULES MAY DEPENDENT ON Preprocessors!<br> - Please save your settings befor you click start.<br> + Rules may be dependent on preprocessors!<br> + Please save your settings before you click start.<br> </td> </tr> <tr> @@ -344,13 +344,13 @@ if($id != "") <td width="22%" valign="top" class="vncell">Enable <br>DCE/RPC2 Detection</td> <td width="78%" class="vtable"> <input name="dce_rpc_2" type="checkbox" value="on" <?php if ($pconfig['dce_rpc_2']=="on") echo "checked"; ?> onClick="enable_change(false)"><br> - The dcerpc preprocessor detects and decodes SMB and DCE/RPC traffic.</td> + The DCE/RPC preprocessor detects and decodes SMB and DCE/RPC traffic.</td> </tr> <tr> <td width="22%" valign="top" class="vncell">Enable <br>DNS Detection</td> <td width="78%" class="vtable"> <input name="dns_preprocessor" type="checkbox" value="on" <?php if ($pconfig['dns_preprocessor']=="on") echo "checked"; ?> onClick="enable_change(false)"><br> - The dns preprocessor (currently) decodes DNS Response traffic and detects a few vulnerabilities.</td> + The DNS preprocessor decodes DNS Response traffic and detects some vulnerabilities.</td> </tr> <tr> <td width="22%" valign="top" class="vncell">Define SSL_IGNORE</td> @@ -372,7 +372,7 @@ if($id != "") <td width="22%" valign="top"> </td> <td width="78%"><span class="vexpl"><span class="red"><strong>Note:</strong></span> <br> - Please save your settings befor you click start. </td> + Please save your settings before you click Start. </td> </tr> </table> </table> |