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

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_tnext
 

Detailed Description

Describes a single index key component used to identify rows in an OID-indexed table.

Member Data Documentation

◆ display

int _oid_key_t::display

Display base/format hint for this key's value

◆ ft_type

enum ftenum _oid_key_t::ft_type

Wireshark field type for this key's value

◆ hfid

int _oid_key_t::hfid

Header field ID for displaying this key in the protocol tree

◆ key_type

oid_key_type_t _oid_key_t::key_type

Encoding/type of this key component

◆ name

char* _oid_key_t::name

Name of the index object

◆ next

struct _oid_key_t* _oid_key_t::next

Pointer to the next key component, or NULL if last

◆ num_subids

uint32_t _oid_key_t::num_subids

Number of OID sub-identifiers consumed by this key


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