summaryrefslogtreecommitdiffstats
path: root/trunk/tests/fuzz-mdns.py
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2007-05-06 20:12:18 +0000
committerFederico Lucifredi <flucifredi@acm.org>2007-05-06 20:12:18 +0000
commit8a49fc26776c8b95ce299e69903198df7bbebe11 (patch)
treef16ed29141aff95792cf73e3c636efcd534bf2bd /trunk/tests/fuzz-mdns.py
parent1fef746edf313d8fb1d8417a17d536a915ca69cd (diff)
parenta6a4c936ad8c9071b891bb19c4edf5779e027a19 (diff)
refreshing branch to latest release.
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1455 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'trunk/tests/fuzz-mdns.py')
-rwxr-xr-xtrunk/tests/fuzz-mdns.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/trunk/tests/fuzz-mdns.py b/trunk/tests/fuzz-mdns.py
deleted file mode 100755
index aeea295..0000000
--- a/trunk/tests/fuzz-mdns.py
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/python
-
-from scapy import *
-
-
-sendp(Ether(type=0x800, dst="ff:ff:ff:ff:ff:ff")/IP(dst="224.0.0.251")/fuzz(UDP(dport = 5353, sport = 5353)/DNS(qd = fuzz(DNSQR()))),loop=1, iface="realtek0")
-
-