Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DecodeAsModel::UIntEntry Struct Reference

A pending change to a uint-keyed dissector table entry. More...

#include <decode_as_model.h>

Public Member Functions

 UIntEntry (const char *t, uint32_t k, const char *pref_suffix)
 Construct a UIntEntry.
 

Public Attributes

QByteArray table
 
uint32_t key
 
QByteArray pref_name
 

Detailed Description

A pending change to a uint-keyed dissector table entry.

Constructor & Destructor Documentation

◆ UIntEntry()

DecodeAsModel::UIntEntry::UIntEntry ( const char *  t,
uint32_t  k,
const char *  pref_suffix 
)
inline

Construct a UIntEntry.

Parameters
tThe dissector table name.
kThe uint selector key.
pref_suffixThe suffix to append to the table name to form the preference name.

Member Data Documentation

◆ key

uint32_t DecodeAsModel::UIntEntry::key

The uint selector key.

◆ pref_name

QByteArray DecodeAsModel::UIntEntry::pref_name

The preference name for this entry.

◆ table

QByteArray DecodeAsModel::UIntEntry::table

The dissector table name.


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