From 376592a04a76f16de62f860c2fc5748982f408d6 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 2 Sep 2011 18:00:10 +0000 Subject: [PATCH] Increase MAX_BITMAP_SIZE from 200 to 256. See: Bug 6276: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6276 Verified in the Spec: The Real-time Publish-Subscribe Wire Protocol DDS Interoperability Wire Protocol Specification Version 2.1 svn path=/trunk/; revision=38865 --- epan/dissectors/packet-rtps2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-rtps2.c b/epan/dissectors/packet-rtps2.c index 52269c0bb5..77a2720980 100644 --- a/epan/dissectors/packet-rtps2.c +++ b/epan/dissectors/packet-rtps2.c @@ -79,7 +79,7 @@ #define MAX_SUMMARY_SIZE (500) #define MAX_LOCATOR_SIZE (200) #define MAX_IPV6_SIZE (100) -#define MAX_BITMAP_SIZE (200) +#define MAX_BITMAP_SIZE (256) #define MAX_LABEL_SIZE (64) #define MAX_IPV4_ADDRESS_SIZE (64)