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

Maps a conversation type name string to its conversation_type identifier for use in Lua conversation lookups. More...

#include <wslua.h>

Public Attributes

const char * str
 
conversation_type id
 

Detailed Description

Maps a conversation type name string to its conversation_type identifier for use in Lua conversation lookups.

Member Data Documentation

◆ id

conversation_type wslua_conv_types_t::id

The corresponding conversation_type value for this conversation type.

◆ str

const char* wslua_conv_types_t::str

String representation of the conversation type (e.g. "CT_UDP").


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