|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes the value syntax and BER encoding of an OID leaf node. More...
#include <oids.h>
Public Attributes | |
| enum ftenum | ft_type |
| int | display |
| int8_t | ber_class |
| int32_t | ber_tag |
| int | min_len |
| int | max_len |
| oid_key_type_t | keytype |
| int | keysize |
Describes the value syntax and BER encoding of an OID leaf node.
| int8_t _oid_value_type_t::ber_class |
BER tag class (e.g., UNIVERSAL, APPLICATION)
| int32_t _oid_value_type_t::ber_tag |
BER tag number within the class
| int _oid_value_type_t::display |
Display base/format hint (e.g., BASE_DEC, BASE_HEX)
| enum ftenum _oid_value_type_t::ft_type |
Wireshark field type used to store and display the value
| int _oid_value_type_t::keysize |
Fixed key length in sub-identifiers; 0 if implied or variable
| oid_key_type_t _oid_value_type_t::keytype |
How this value is encoded when used as a table index key
| int _oid_value_type_t::max_len |
Maximum valid encoded length in bytes (-1 for unlimited)
| int _oid_value_type_t::min_len |
Minimum valid encoded length in bytes