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

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
 

Detailed Description

Describes the value syntax and BER encoding of an OID leaf node.

Member Data Documentation

◆ ber_class

int8_t _oid_value_type_t::ber_class

BER tag class (e.g., UNIVERSAL, APPLICATION)

◆ ber_tag

int32_t _oid_value_type_t::ber_tag

BER tag number within the class

◆ display

int _oid_value_type_t::display

Display base/format hint (e.g., BASE_DEC, BASE_HEX)

◆ ft_type

enum ftenum _oid_value_type_t::ft_type

Wireshark field type used to store and display the value

◆ keysize

int _oid_value_type_t::keysize

Fixed key length in sub-identifiers; 0 if implied or variable

◆ keytype

oid_key_type_t _oid_value_type_t::keytype

How this value is encoded when used as a table index key

◆ max_len

int _oid_value_type_t::max_len

Maximum valid encoded length in bytes (-1 for unlimited)

◆ min_len

int _oid_value_type_t::min_len

Minimum valid encoded length in bytes


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