|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
A pending change to a uint-keyed dissector table entry.
|
inline |
Construct a UIntEntry.
| t | The dissector table name. |
| k | The uint selector key. |
| pref_suffix | The suffix to append to the table name to form the preference name. |
| uint32_t DecodeAsModel::UIntEntry::key |
The uint selector key.
| QByteArray DecodeAsModel::UIntEntry::pref_name |
The preference name for this entry.
| QByteArray DecodeAsModel::UIntEntry::table |
The dissector table name.