Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
crumb_spec_t Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: