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

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
 

Detailed Description

Abstracts the GUI-specific operations needed to manage a list of exported objects during dissection.

Member Data Documentation

◆ add_entry

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.

◆ get_entry

export_object_object_list_get_entry_cb _export_object_list_t::get_entry

GUI-specific callback for retrieving an object entry by row index.

◆ gui_data

void* _export_object_list_t::gui_data

Opaque pointer to GUI-specific state passed to each callback.


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