|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Abstracts the GUI-specific operations needed to manage a list of exported objects during dissection. More...
#include <export_object.h>
Public Attributes | |
| export_object_object_list_add_entry_cb | add_entry |
| export_object_object_list_get_entry_cb | get_entry |
| void * | gui_data |
Abstracts the GUI-specific operations needed to manage a list of exported objects during dissection.
| export_object_object_list_add_entry_cb _export_object_list_t::add_entry |
GUI-specific callback for appending a new object entry to the list.
| export_object_object_list_get_entry_cb _export_object_list_t::get_entry |
GUI-specific callback for retrieving an object entry by row index.
| void* _export_object_list_t::gui_data |
Opaque pointer to GUI-specific state passed to each callback.