aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_advanced.xml
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2009-06-09 10:56:03 -0700
committerrobiscool <robrob2626@yahoo.com>2009-06-09 10:56:03 -0700
commit9897f8deb603c33a57014230825fabf509e4b229 (patch)
treeef0246aa643a55626d7af95b0b572c95a6c41d78 /config/snort/snort_advanced.xml
parent6aefeb8d9be1acd1e0cab8c3fde76f7a175740f1 (diff)
downloadpfsense-packages-9897f8deb603c33a57014230825fabf509e4b229.tar.gz
pfsense-packages-9897f8deb603c33a57014230825fabf509e4b229.tar.bz2
pfsense-packages-9897f8deb603c33a57014230825fabf509e4b229.zip
Major feature update, added Emergingthreats rules,Alerts Tab logging type full or fast,Send alerts to main OS System logs,Log to a Tcpdump,Log to a mysql database,Log Alerts to a snort unified
Diffstat (limited to 'config/snort/snort_advanced.xml')
-rw-r--r--config/snort/snort_advanced.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/config/snort/snort_advanced.xml b/config/snort/snort_advanced.xml
index 35db6945..227c0ce4 100644
--- a/config/snort/snort_advanced.xml
+++ b/config/snort/snort_advanced.xml
@@ -111,6 +111,54 @@
<cols>40</cols>
<rows>5</rows>
</field>
+ <field>
+ <fielddescr>Snort signature info files.</fielddescr>
+ <fieldname>signatureinfo</fieldname>
+ <description>Snort signature info files will be installed during updates. At leats 500 mb of memory is needed.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Alerts Tab logging type.</fielddescr>
+ <fieldname>snortalertlogtype</fieldname>
+ <description>Please choose the type of Alert logging you will like see in the Alerts Tab. The options are Full descriptions or Fast short descriptions</description>
+ <type>select</type>
+ <options>
+ <option>
+ <name>fast</name>
+ <value>fast</value>
+ </option>
+ <option>
+ <name>full</name>
+ <value>full</value>
+ </option>
+ </options>
+ </field>
+ <field>
+ <fielddescr>Send alerts to main System logs.</fielddescr>
+ <fieldname>alertsystemlog</fieldname>
+ <description>Snort will send Alerts to the Pfsense system logs.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Log to a Tcpdump file.</fielddescr>
+ <fieldname>tcpdumplog</fieldname>
+ <description>Snort will log packets to a tcpdump-formatted file. The file then can be analyzed by a wireshark type of application. WARNING: File may become large.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Log to a mysql database.</fielddescr>
+ <fieldname>snortmysqllog</fieldname>
+ <description>Example: output database: log, mysql, dbname=snort user=snort host=localhost password=xyz</description>
+ <type>input</type>
+ <size>101</size>
+ <value></value>
+ </field>
+ <field>
+ <fielddescr>Log Alerts to a snort unified file.</fielddescr>
+ <fieldname>snortunifiedlog</fieldname>
+ <description>Snort will log Alerts to a file in the UNIFIED format.</description>
+ <type>checkbox</type>
+ </field>
</fields>
<custom_php_deinstall_command>
snort_advanced();