aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-03-16 16:44:06 +0000
committerGerald Combs <gerald@wireshark.org>2005-03-16 16:44:06 +0000
commiteadb365e2a81159c2b4f286b87c0a1354c2fcd17 (patch)
treeba36db61e19327d0a9b0fae63b0a4e4fecb884bb /randpkt.c
parentbe2bab3d18cbac7227a36bf1bc5ae09014398a5d (diff)
For UDP output, set the length to 65535 instead of 0.
svn path=/trunk/; revision=13768
Diffstat (limited to 'randpkt.c')
-rw-r--r--randpkt.c2
1 files changed, 1 insertions, 1 deletions
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
};