Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
dgt_set_t Struct Reference

#include <tvbuff.h>

Public Attributes

const unsigned char out [16]
 

Detailed Description

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.


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