diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/snort/snort_preprocessors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php index 8a741d4e..3f88efaa 100755 --- a/config/snort/snort_preprocessors.php +++ b/config/snort/snort_preprocessors.php @@ -618,7 +618,7 @@ include_once("head.inc"); </table> <?php echo gettext("Sets the per host limit of services to read from the Attribute Table. For a given host, if the number of " . "services read exceeds this value, an error is logged and the remainder of the services for that host are ignored. " . - "Default is ") . "<strong>" . gettext("10") . "</strong>. " . gettext("A value of 0 disables Protocol Aware Flushing."); ?>.<br/> + "Default is ") . "<strong>" . gettext("10") . "</strong>"; ?>.<br/> </td> </tr> <tr> |