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

Represents a symbolic enumeration entry. More...

#include <introspection.h>

Public Attributes

const char * symbol
 
int value
 

Detailed Description

Represents a symbolic enumeration entry.

Each entry maps a symbolic name to an integer value, typically used for lookup tables, configuration constants, or protocol identifiers.

Member Data Documentation

◆ symbol

const char* ws_enum_t::symbol

The symbolic name of the enumeration entry.

◆ value

int ws_enum_t::value

The corresponding integer value.


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