From: Jelte Jansen Date: Mon, 28 Jul 2008 13:02:36 +0000 (+0000) Subject: add -s 0 to tcpdump example in ldns-dpa manpage X-Git-Tag: release-1.4.0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=020c981bf7fb85bc6c544d72ae110ebdbc1fb9ae;p=thirdparty%2Fldns.git add -s 0 to tcpdump example in ldns-dpa manpage --- diff --git a/examples/ldns-dpa.1 b/examples/ldns-dpa.1 index 4500fc3e..0b433df6 100644 --- a/examples/ldns-dpa.1 +++ b/examples/ldns-dpa.1 @@ -135,7 +135,7 @@ ldns-dpa -u srcaddress -uac test.tr Show all packet source addresses and the average number of packets sent from this address. .TP -sudo tcpdump -i eth0 -U -w - port 53 | ldns-dpa -f qr=0 -sf +sudo tcpdump -i eth0 -s 0 -U -w - port 53 | ldns-dpa -f qr=0 -sf Print all query packets seen on the specified interface.