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

Maps a tap name to its Lua data extractor callback for use in the tappable protocol registry. More...

#include <wslua.h>

Public Attributes

const char * name
 
tap_extractor_t extractor
 

Detailed Description

Maps a tap name to its Lua data extractor callback for use in the tappable protocol registry.

Member Data Documentation

◆ extractor

tap_extractor_t tappable_t::extractor

Callback that extracts tap data into the Lua state for this tap type.

◆ name

const char* tappable_t::name

Name of the tap as registered with the tap framework.


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