diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-08 19:55:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-08 19:55:54 +0000 |
commit | 7d0c0f1ee2f5d864f9cbec251661714854170e29 (patch) | |
tree | e344a0ceef1a301afeaccd323750b7e93f30b0b7 | |
parent | c9a7f5faa06ca4b8256a338f6ff8928cbfd545d2 (diff) | |
download | pfsense-packages-7d0c0f1ee2f5d864f9cbec251661714854170e29.tar.gz pfsense-packages-7d0c0f1ee2f5d864f9cbec251661714854170e29.tar.bz2 pfsense-packages-7d0c0f1ee2f5d864f9cbec251661714854170e29.zip |
Woops, correct default numbers
-rw-r--r-- | packages/snort/snort_advanced.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/snort/snort_advanced.xml b/packages/snort/snort_advanced.xml index 9799c54e..5fb4702c 100644 --- a/packages/snort/snort_advanced.xml +++ b/packages/snort/snort_advanced.xml @@ -44,13 +44,13 @@ <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. Default is 512.</description> + <description>Changing this option adjusts the system maximum BPF buffer size. Leave blank if you do not know what this does. Default is 524288.</description> <type>input</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. Default is 524288.</description> + <description>Changing this option adjusts the system maximum BPF insert size. Leave blank if you do not know what this does. Default is 512.</description> <type>input</type> </field> </fields> |