|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a single index key component used to identify rows in an OID-indexed table. More...
#include <oids.h>
Public Attributes | |
| char * | name |
| uint32_t | num_subids |
| oid_key_type_t | key_type |
| int | hfid |
| enum ftenum | ft_type |
| int | display |
| struct _oid_key_t * | next |
Describes a single index key component used to identify rows in an OID-indexed table.
| int _oid_key_t::display |
Display base/format hint for this key's value
| enum ftenum _oid_key_t::ft_type |
Wireshark field type for this key's value
| int _oid_key_t::hfid |
Header field ID for displaying this key in the protocol tree
| oid_key_type_t _oid_key_t::key_type |
Encoding/type of this key component
| char* _oid_key_t::name |
Name of the index object
| struct _oid_key_t* _oid_key_t::next |
Pointer to the next key component, or NULL if last
| uint32_t _oid_key_t::num_subids |
Number of OID sub-identifiers consumed by this key