Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | ||
pbl_node_t | basic_info | |
int | number | |
int | type | |
char * | type_name | |
pbl_node_t * | options_node | |
bool | is_repeated | |
bool | is_required | |
bool | has_default_value | |
char * | orig_default_value | |
int | string_or_bytes_default_value_length | |
union { | ||
int32_t i32 | ||
int64_t i64 | ||
uint32_t u32 | ||
uint64_t u64 | ||
float f | ||
double d | ||
bool b | ||
char * s | ||
const pbl_enum_value_descriptor_t * e | ||
} | default_value | |