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

Public Attributes

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

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

◆ next

struct _funnel_packet_menu_t* _funnel_packet_menu_t::next

Pointer to the next _funnel_packet_menu_t for the singly-linked list implemenation

◆ 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: