From 52b44ab8f4781ebf82821fb4f2968aa360b7b87d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 24 Jul 2012 10:28:14 -0300 Subject: Implement gettext() calls on strings --- config/snort/snort_preprocessors.php | 130 +++++++++++++++++------------------ 1 file changed, 62 insertions(+), 68 deletions(-) (limited to 'config/snort/snort_preprocessors.php') diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php index dc68db3f..dc9ae809 100644 --- a/config/snort/snort_preprocessors.php +++ b/config/snort/snort_preprocessors.php @@ -162,184 +162,178 @@ include_once("head.inc"); - +
+
- + - + + onClick="enable_change(false)"> - + - + + onClick="enable_change(false)"> - + - + - + - + - + - + + - + + - + + - + + - + + - + + - + + - + + - + - + @@ -350,9 +344,9 @@ include_once("head.inc"); - +
 Note: + >
- Rules may be dependent on preprocessors!
- Defaults will be used when there is no user input.
Performance - Statistics
Enable - onClick="enable_change(false)"> Performance Statistics for this - interface.
HTTP Inspect Settings
Enable - onClick="enable_change(false)"> Use HTTP Inspect to - Normalize/Decode and detect HTTP traffic and protocol anomalies.
HTTP server flow depth + value=""> -1 " . + "to 1460 (-1 disables HTTP " . + "inspect, 0 enables all HTTP inspect)"); ?>
-1 - to 1460 (-1 disables HTTP - inspect, 0 enables all HTTP inspect)
- Amount of HTTP server response payload to inspect. Snort's - performance may increase by adjusting this value.
- Setting this value too low may cause false negatives. Values above 0 - are specified in bytes. Default value is 0
+
+ 0"); ?>
Stream5 Settings
Max Queued Bytes + 1024, Maximum is 1073741824 " . + "( default value is 1048576, 0 " . + "means Maximum )"); ?>
- Minimum is 1024, Maximum is 1073741824 - ( default value is 1048576, 0 - means Maximum )
- The number of bytes to be queued for reassembly for TCP sessions in - memory. Default value is 1048576
+ 1048576"); ?>
Max Queued Segs + 2, Maximum is 1073741824 " . + "( default value is 2621, 0 means " . + "Maximum )"); ?>
- Minimum is 2, Maximum is 1073741824 - ( default value is 2621, 0 means - Maximum )
- The number of segments to be queued for reassembly for TCP sessions - in memory. Default value is 2621
+ 2621"); ?>
General Preprocessor - Settings
Enable
- RPC Decode and Back Orifice detector

+
onClick="enable_change(false)">
- Normalize/Decode RPC traffic and detects Back Orifice traffic on the - network.
Enable
- FTP and Telnet Normalizer

+
onClick="enable_change(false)">
- Normalize/Decode FTP and Telnet traffic and protocol anomalies.
Enable
- SMTP Normalizer

+
onClick="enable_change(false)">
- Normalize/Decode POP protocol for enforcement and buffer overflows.
Enable
- SMTP Normalizer

+
onClick="enable_change(false)">
- Normalize/Decode IMAP protocol for enforcement and buffer overflows.
Enable
- SMTP Normalizer

+
onClick="enable_change(false)">
- Normalize/Decode SMTP protocol for enforcement and buffer overflows.
Enable
- Portscan Detection

+
onClick="enable_change(false)">
- Detects various types of portscans and portsweeps.
Enable
- DCE/RPC2 Detection

+
onClick="enable_change(false)">
- The DCE/RPC preprocessor detects and decodes SMB and DCE/RPC - traffic.
Enable
- DNS Detection

+
onClick="enable_change(false)">
- The DNS preprocessor decodes DNS Response traffic and detects some - vulnerabilities.
Enable
SSL Data

onClick="enable_change(false)">
- SSL data searches for irregularities during SSL protocol exchange +
Enable
Sensitive Data

onClick="enable_change(false)">
- Sensisitive data searches for CC or SS# in data +
 Note: +
- Please save your settings before you click Start.
-- cgit v1.2.3