]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
add -s 0 to tcpdump example in ldns-dpa manpage
authorJelte Jansen <jelte@NLnetLabs.nl>
Mon, 28 Jul 2008 13:02:36 +0000 (13:02 +0000)
committerJelte Jansen <jelte@NLnetLabs.nl>
Mon, 28 Jul 2008 13:02:36 +0000 (13:02 +0000)
examples/ldns-dpa.1

index 4500fc3eb702fcc46579cf222b92ec3d6266c5e0..0b433df661796109904ddfb92afc1ce85ce7ac2e 100644 (file)
@@ -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.