![]() |
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Digit mapping table for BCD decoding. More...
#include <tvbuff.h>
Public Attributes | |
const unsigned char | out [16] |
Digit mapping table for BCD decoding.
Represents a set of output characters used to format BCD-encoded nibbles. Each entry in the out
array maps a 4-bit value (0–15) to a corresponding display character. This allows customization of digit rendering, including support for overdecadic values or alternate digit sets.
Used by functions like tvb_bcd_dig_to_str to convert BCD data into readable strings.
If a digit set is not provided, a default mapping of '0'–'9' with '?' for values 10–15 is used.