Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <tvbuff.h>
Public Attributes | |
const unsigned char | out [16] |
Given a tvbuff, an offset into the tvbuff, and a length that starts at that offset (which may be -1 for "all the way to the end of the tvbuff"), fetch BCD encoded digits from a tvbuff starting from either the low or high half byte, formatting the digits according to an input digit set, if NUL a default digit set of 0-9 returning "?" for overdecadic digits will be used. A pointer to the WMEM-allocated string will be returned. Note a tvbuff content of 0xf is considered a 'filler' and will end the conversion.