aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-16 16:44:06 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-16 16:44:06 +0000
commite274a0285a0ed4bd7b6736b6a1cc63cc6a4e45f1 (patch)
treeba36db61e19327d0a9b0fae63b0a4e4fecb884bb /randpkt.c
parent62ddb09483d472eb03153ad9fa46d3e5a1eeaa03 (diff)
For UDP output, set the length to 65535 instead of 0.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13768 f5534014-38df-0310-8fa8-9805f1628bb7
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
};