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

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_terrors
 Errors processing this chunk (type wscbor_error_t*)
 
wmem_list_ttags
 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.
 

Detailed Description

A data-containing, optionally-tagged chunk of CBOR.

Member Data Documentation

◆ type_major

cbor_type wscbor_chunk_t::type_major

Major type of this block. This will be one of the cbor_type values.


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