From 33a33c3ec0bc550e09a535117515d9bafcc6c3f2 Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 11 Feb 2013 09:02:43 -0500 Subject: Use the same tcpdump command here that we use from the GUI, to avoid potential mismatch of info/errors. --- etc/rc.initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.initial') diff --git a/etc/rc.initial b/etc/rc.initial index f5dd016..1f9f1e2 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -134,7 +134,7 @@ case ${opmode} in /usr/local/sbin/pftop ;; 10) - /usr/sbin/tcpdump -n -e -ttt -i pflog0 + /usr/sbin/tcpdump -s 256 -v -S -l -n -e -ttt -i pflog0 ;; 11 | 111) /usr/bin/killall -9 php; /usr/bin/killall -9 lighttpd; /etc/rc.restart_webgui -- cgit v1.1