On Fri, Aug 20, 2010 at 10:41:55PM +0100, Free BSD wrote: > However, if I try to view the log, it says > > tcpdump -n -e ttt -i pflog0 > tcpdump: WARNING: em0: no IPv4 address assigned > tcpdump: syntax error
Your command syntax is incorrect. You are missing a '-' from the 'ttt' option. Try: tcpdump -n -e -ttt -i pflog0 The pflog command I personally use is: tcpdump -s 0 -i pflog0 -n -tttte Regards, Gary _______________________________________________ freebsd-pf@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"