aboutsummaryrefslogtreecommitdiffstats
path: root/packages/snort/snort_advanced.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-08 19:31:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-08 19:31:15 +0000
commit133346ae0c1ee2a801d5b7ebbe0a91e061587104 (patch)
treea45d7ae7a74885151d841a2b31fca347ebd267dd /packages/snort/snort_advanced.xml
parent1988f622fb02b2f71eaa4f3013f77dc9677cff6d (diff)
downloadpfsense-packages-133346ae0c1ee2a801d5b7ebbe0a91e061587104.tar.gz
pfsense-packages-133346ae0c1ee2a801d5b7ebbe0a91e061587104.tar.bz2
pfsense-packages-133346ae0c1ee2a801d5b7ebbe0a91e061587104.zip
* Add snort advanced tab that allows tuning of bpf values
* Remove hard coded BPF assumptions
Diffstat (limited to 'packages/snort/snort_advanced.xml')
-rw-r--r--packages/snort/snort_advanced.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/packages/snort/snort_advanced.xml b/packages/snort/snort_advanced.xml
new file mode 100644
index 00000000..b6c4603d
--- /dev/null
+++ b/packages/snort/snort_advanced.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<packagegui>
+ <title>Services: Snort Advanced</title>
+ <name>Snort</name>
+ <include_file>/usr/local/pkg/snort.inc</include_file>
+ <tabs>
+ <tab>
+ <text>Snort Settings</text>
+ <url>/pkg_edit.php?xml=snort.xml&amp;id=0</url>
+ </tab>
+ <tab>
+ <text>Update Snort Rules</text>
+ <url>/snort_download_rules.php</url>
+ </tab>
+ <tab>
+ <text>Snort Rulesets</text>
+ <url>/snort_rulesets.php</url>
+ </tab>
+ <tab>
+ <text>Snort Blocked</text>
+ <url>/snort_blocked.php</url>
+ </tab>
+ <tab>
+ <text>Snort Whitelist</text>
+ <url>/pkg.php?xml=snort_whitelist.xml</url>
+ </tab>
+ <tab>
+ <text>Snort Alerts</text>
+ <url>/snort_alerts.php</url>
+ </tab>
+ <tab>
+ <text>Snort Advanced</text>
+ <url>/pkg_edit.php?xml=snort_advanced.xml&id=0</url>
+ <active/>
+ </tab>
+ </tabs>
+ <fields>
+ <field>
+ <fielddescr>BPF Buffer size</fielddescr>
+ <fieldname>bpfbufsize</fieldname>
+ <description>Changing this option adjusts the system BPF buffer size. Leave blank if you do not know what this does.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Maximum BPF buffer size</fielddescr>
+ <fieldname>bpfmaxbufsize</fieldname>
+ <description>Changing this option adjusts the system maximum BPF buffer size. Leave blank if you do not know what this does.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Maximum BPF inserts</fielddescr>
+ <fieldname>bpfmaxinsns</fieldname>
+ <description>Changing this option adjusts the system maximum BPF insert size. Leave blank if you do not know what this does.</description>
+ <type>checkbox</type>
+ </field>
+ </fields>
+ <custom_php_deinstall_command>
+ snort_advanced();
+ </custom_php_deinstall_command>
+</packagegui>