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

Wireshark-dev: [Wireshark-dev] Help with Bit Fields

From: Alex Lindberg <alindber@xxxxxxxxx>
Date: Fri, 2 Mar 2012 15:14:32 -0800 (PST)
I have a bit oriented message defined:

<Base> <NumBits> <bits....>

Where Base defines a base value and NumBits determines the number of bits following (in byte groups).  Each bit defines the state of the item # Base+Bit Number.

I want to create a display that will  have the Item Number when the tree is expanded like so, as an example, if the base is 11 then the 4th bit is item 14 so the output should be:

...1 .... = Item 14 ON

How can this be done?

Thanks a always.
Alex Lindberg