Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [resend]MMS dissector bug?

From: Steven J Schaeffer <Steven.Schaeffer@xxxxxxx>
Date: Mon, 20 Nov 2006 17:06:55 -0700



Stephen Fisher <stephentfisher@xxxxxxxxx>

11/20/2006 04:40 PM

To
Steven.Schaeffer@xxxxxxx, Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx>
cc
Subject
Re: [Wireshark-dev] [resend]MMS dissector bug?





On Mon, Nov 20, 2006 at 11:59:32AM -0700, Steve Schaeffer wrote:

> It seems to me that an 8-bit "bit-string" should only show 8 entries
> in the packet details, not 512 as in packet #497 in the attachment to
> bug #1229:
>                         success: bit-string (4)
>                             Padding: 3
>                             bit-string: 80 (offset0)
>                                 1... .... = offset0: True

>                                 .... ...0 = offset511: False

I'm not familiar with the protocol, but it looks like all 512 are hard
coded into the dissector.  Does the bit-string need to be only 8 bits
long?  Do you have access to the standards documents by chance?


Steve


I figured it was something like that. I don't know that it *needs* to be only 8 bits, but it would be less confusing if it matched the text.

Unfortunately, I do not have the standards docs... sorry.