summaryrefslogtreecommitdiff
path: root/test/dnstools/dumpdns
diff options
context:
space:
mode:
Diffstat (limited to 'test/dnstools/dumpdns')
-rw-r--r--test/dnstools/dumpdns11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/dnstools/dumpdns b/test/dnstools/dumpdns
deleted file mode 100644
index 3409afee..00000000
--- a/test/dnstools/dumpdns
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-#
-
-# Use this script to capture dns packets to a dump file. Then use extract to
-# break up the packets and strip the headers, leaving just dns packets.
-#
-# usage: bash dumpdns <dumpfile>
-
-[ -z "$1" ] && exit
-
-tcpdump -s 0 -w $1 udp port 53