|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Holds the parsed value of a single token produced by the Ascend file lexer. More...
#include <ascend-int.h>
Public Attributes | |
| int | length |
| uint32_t | u32_val |
| uint16_t | u16_val |
| uint8_t | u8_val |
| char | str_val [ASCEND_MAX_STR_LEN] |
Holds the parsed value of a single token produced by the Ascend file lexer.
| int ascend_token_t::length |
Length in bytes of the token's string representation.
| char ascend_token_t::str_val[ASCEND_MAX_STR_LEN] |
Parsed string value of the token, if applicable; NUL-terminated.
| uint16_t ascend_token_t::u16_val |
Parsed 16-bit unsigned integer value of the token, if applicable.
| uint32_t ascend_token_t::u32_val |
Parsed 32-bit unsigned integer value of the token, if applicable.
| uint8_t ascend_token_t::u8_val |
Parsed 8-bit unsigned integer value of the token, if applicable.