summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-20 23:02:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-20 23:02:33 +0000
commit0526354f2a2c0fbb8bb6433a0727253f0900ec1b (patch)
treec0cdb9896a40f0ca06faae808180c4d3d113617e /etc/inc
parent24012690492da856974d89ee15a65d2137b72441 (diff)
downloadpfsense-0526354f2a2c0fbb8bb6433a0727253f0900ec1b.zip
pfsense-0526354f2a2c0fbb8bb6433a0727253f0900ec1b.tar.gz
When running with verbose mode, tcpdump deocdes sip traffic. Bad boy.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 178435d..04b574b 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -52,7 +52,7 @@ function filter_pflog_start() {
mute_kernel_msgs();
- mwexec_bg("/usr/sbin/tcpdump -l -n -e -ttt -v -i pflog0 | logger -t pf -p local0.info");
+ mwexec_bg("/usr/sbin/tcpdump -l -n -e -ttt -i pflog0 | logger -t pf -p local0.info");
unmute_kernel_msgs();
OpenPOWER on IntegriCloud