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

Maps a field type name string to its ftenum identifier for use in Lua field type lookups. More...

#include <wslua.h>

Public Attributes

const char * str
 
enum ftenum id
 

Detailed Description

Maps a field type name string to its ftenum identifier for use in Lua field type lookups.

Member Data Documentation

◆ id

enum ftenum wslua_ft_types_t::id

The corresponding ftenum value for this field type.

◆ str

const char* wslua_ft_types_t::str

String representation of the field type (e.g. "FT_UINT32").


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