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
This commit is contained in:
Bill Meier 2011-09-02 18:00:10 +00:00
parent 959135b215
commit 376592a04a
1 changed files with 1 additions and 1 deletions

View File

@ -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)