|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a protobuf enum type, analogous to google::protobuf::EnumDescriptor in the C++ protobuf library. More...
#include <protobuf_lang_tree.h>
Public Attributes | |
| pbl_node_t | basic_info |
| GQueue * | values |
| GHashTable * | values_by_number |
Describes a protobuf enum type, analogous to google::protobuf::EnumDescriptor in the C++ protobuf library.
| pbl_node_t pbl_enum_descriptor_t::basic_info |
Base node info containing the enum's name and source location.
| GQueue* pbl_enum_descriptor_t::values |
Ordered list of pbl_enum_value_descriptor_t entries defined in this enum.
| GHashTable* pbl_enum_descriptor_t::values_by_number |
Hash table mapping integer enum values to their descriptor entries for fast lookup.