summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-04 19:51:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-04 19:51:59 +0000
commitf0100417c2a821d64aa801af708d766b53a0c133 (patch)
tree168d067108f15d8c0874a5972f6e627155f291aa /etc/inc
parentdec24cbaa335462f04e85c9eb2f25e0a892566a8 (diff)
downloadpfsense-f0100417c2a821d64aa801af708d766b53a0c133.zip
pfsense-f0100417c2a821d64aa801af708d766b53a0c133.tar.gz
Increase snaplen to 256
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 6d48bf9..8362037 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -55,9 +55,9 @@ function filter_pflog_start() {
mute_kernel_msgs();
- $pid = `ps awwwux | grep -v "grep" | grep "tcpdump -v -l -n -e -ttt -i pflog0" | awk '{ print $2 }'`;
+ $pid = `ps awwwux | grep -v "grep" | grep "tcpdump -s 256 -v -l -n -e -ttt -i pflog0" | awk '{ print $2 }'`;
if(!$pid)
- mwexec_bg("/usr/sbin/tcpdump -v -l -n -e -ttt -i pflog0 | logger -t pf -p local0.info");
+ mwexec_bg("/usr/sbin/tcpdump -s 256 -v -l -n -e -ttt -i pflog0 | logger -t pf -p local0.info");
unmute_kernel_msgs();
OpenPOWER on IntegriCloud