Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_funnel_packet_menu_t Struct Reference

Public Attributes

char * name
char * required_fields
funnel_packet_menu_callback callback
void * callback_data
bool retap

Detailed Description

Represents a single packet menu entry and callback

Member Data Documentation

◆ callback

funnel_packet_menu_callback _funnel_packet_menu_t::callback

Lua function to be called on menu item selection.

◆ callback_data

void* _funnel_packet_menu_t::callback_data

Lua state for the callback function

◆ name

char* _funnel_packet_menu_t::name

Name to display in the GUI

◆ required_fields

char* _funnel_packet_menu_t::required_fields

comma-separated list of fields that must be present for the packet menu to be displayed

◆ retap

bool _funnel_packet_menu_t::retap

Whether or not to rescan the capture file's packets


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