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

Describes a single protobuf option; the name of the option is stored in basic_info. More...

#include <protobuf_lang_tree.h>

Public Attributes

pbl_node_t basic_info
 
char * value
 

Detailed Description

Describes a single protobuf option; the name of the option is stored in basic_info.

Currently only field options are handled; other option types are ignored.

Member Data Documentation

◆ basic_info

pbl_node_t pbl_option_descriptor_t::basic_info

Base node info containing the option name and source location.

◆ value

char* pbl_option_descriptor_t::value

The option's value as a raw string.


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