summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-02-11 09:02:43 -0500
committerjim-p <jimp@pfsense.org>2013-02-11 09:02:43 -0500
commit33a33c3ec0bc550e09a535117515d9bafcc6c3f2 (patch)
tree455d34bc4d1f2ce2a16d71931f607afe0cdb70d9
parent1a1967d6ee95e234fde95529e8862bbb807c2934 (diff)
downloadpfsense-33a33c3ec0bc550e09a535117515d9bafcc6c3f2.zip
pfsense-33a33c3ec0bc550e09a535117515d9bafcc6c3f2.tar.gz
Use the same tcpdump command here that we use from the GUI, to avoid potential mismatch of info/errors.
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud