Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
char * | name |
char * | required_fields |
funnel_packet_menu_callback | callback |
void * | callback_data |
bool | retap |
struct _funnel_packet_menu_t * | next |
Represents a single packet menu entry and callback
funnel_packet_menu_callback _funnel_packet_menu_t::callback |
Lua function to be called on menu item selection.
void* _funnel_packet_menu_t::callback_data |
Lua state for the callback function
char* _funnel_packet_menu_t::name |
Name to display in the GUI
struct _funnel_packet_menu_t* _funnel_packet_menu_t::next |
Pointer to the next _funnel_packet_menu_t for the singly-linked list implemenation
char* _funnel_packet_menu_t::required_fields |
comma-separated list of fields that must be present for the packet menu to be displayed
bool _funnel_packet_menu_t::retap |
Whether or not to rescan the capture file's packets