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

Defines a single named value within an enumerated preference or option type. More...

#include <params.h>

Public Attributes

const char * name
 
const char * description
 
int value
 

Detailed Description

Defines a single named value within an enumerated preference or option type.

Member Data Documentation

◆ description

const char* enum_val_t::description

Human-readable description displayed in combo boxes and option menus.

◆ name

const char* enum_val_t::name

Command-line name for this enumeration value (e.g. "none", "tcp").

◆ value

int enum_val_t::value

The underlying integer value this entry represents.


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