summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-01 19:24:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-01 19:24:12 +0000
commit5e4b6e351519ecc95755b4dba6ece3e82e82e13d (patch)
treec7035e4b9f7e36d07de43f9f753e9c183a5e329d /etc
parent9f3259e081414931087f5ce6fc2834e26a3ddeeb (diff)
downloadpfsense-5e4b6e351519ecc95755b4dba6ece3e82e82e13d.zip
pfsense-5e4b6e351519ecc95755b4dba6ece3e82e82e13d.tar.gz
Be more verbose on logging so that we can correctly deterimine protocol, etc. Ticket #1348
Diffstat (limited to 'etc')
-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 0dc7674..51aa226 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 -l -n -e -ttt -i pflog0" | awk '{ print $2 }'`;
+ $pid = `ps awwwux | grep -v "grep" | grep "tcpdump -vv -l -n -e -ttt -i pflog0" | awk '{ print $2 }'`;
if(!$pid)
- mwexec_bg("/usr/sbin/tcpdump -l -n -e -ttt -i pflog0 | logger -t pf -p local0.info");
+ mwexec_bg("/usr/sbin/tcpdump -vv -l -n -e -ttt -i pflog0 | logger -t pf -p local0.info");
unmute_kernel_msgs();
OpenPOWER on IntegriCloud