Wireshark 4.5.0
The Wireshark network protocol analyzer
|
A data-containing, optionally-tagged chunk of CBOR. More...
#include <wscbor.h>
Public Attributes | |
wscbor_chunk_priv_t * | _priv |
Internal private data. | |
int | start |
The start offset of this chunk. | |
int | head_length |
The length of just this header and any preceding tags. | |
int | data_length |
The length of this chunk and its immediate definite data (i.e. strings) | |
wmem_list_t * | errors |
Errors processing this chunk (type wscbor_error_t*) | |
wmem_list_t * | tags |
Tags on this chunk, in encoded order (type wscbor_tag_t*) | |
cbor_type | type_major |
uint8_t | type_minor |
Minor type of this item. | |
uint64_t | head_value |
The header-encoded value. | |
A data-containing, optionally-tagged chunk of CBOR.
cbor_type wscbor_chunk_t::type_major |
Major type of this block. This will be one of the cbor_type values.