From eadb365e2a81159c2b4f286b87c0a1354c2fcd17 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 16 Mar 2005 16:44:06 +0000 Subject: For UDP output, set the length to 65535 instead of 0. svn path=/trunk/; revision=13768 --- randpkt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'randpkt.c') diff --git a/randpkt.c b/randpkt.c index d88637215a..e93ed5f492 100644 --- a/randpkt.c +++ b/randpkt.c @@ -102,7 +102,7 @@ guint8 pkt_dns[] = { 0x0a, 0x01, 0x01, 0x63, 0x05, 0xe8, 0x00, 0x35, - 0x00, 0x00, 0x2a, 0xb9, + 0xff, 0xff, 0x2a, 0xb9, 0x30 }; -- cgit v1.2.3