|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
This structure describes one segment of a split-bits item. More...
#include <proto.h>
Public Attributes | |
| unsigned | crumb_bit_offset |
| uint8_t | crumb_bit_length |
This structure describes one segment of a split-bits item.
crumb_bit_offset is the bit offset in the input tvb of the first (most significant) bit of this crumb crumb_bit_length is the number of contiguous bits of this crumb. The first element of an array of bits_specs describes the most significant crumb of the output value. The second element of an array of bits_specs describes the next-most significant crumb of the output value, etc. The array is terminated by a sentinel entry with crumb_bit_length of 0.