|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a Lua DissectorTable, which may back either a standard dissector_table_t or a heuristic dissector list. More...
#include <wslua.h>
Public Attributes | |
| dissector_table_t | table |
| heur_dissector_list_t | heur_list |
| const char * | name |
| const char * | ui_name |
| bool | created |
| bool | expired |
Represents a Lua DissectorTable, which may back either a standard dissector_table_t or a heuristic dissector list.
| bool _wslua_distbl_t::created |
True if this table was created by Lua and should be deregistered on cleanup.
| bool _wslua_distbl_t::expired |
True if this table has been deregistered and is no longer valid.
| heur_dissector_list_t _wslua_distbl_t::heur_list |
The underlying heuristic dissector list, or NULL if this is a standard table.
| const char* _wslua_distbl_t::name |
Internal name used to look up and register the dissector table.
| dissector_table_t _wslua_distbl_t::table |
The underlying dissector table, or NULL if this is a heuristic list.
| const char* _wslua_distbl_t::ui_name |
Human-readable name shown in the Decode As and heuristics dialogs.