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

Descriptor for a message type definition; analogous to google::protobuf::Descriptor in the protobuf C++ library. More...

#include <protobuf_lang_tree.h>

Public Attributes

pbl_node_t basic_info
 
GQueue * fields
 
GHashTable * fields_by_number
 

Detailed Description

Descriptor for a message type definition; analogous to google::protobuf::Descriptor in the protobuf C++ library.

Member Data Documentation

◆ basic_info

pbl_node_t pbl_message_descriptor_t::basic_info

Inherited base node fields

◆ fields

GQueue* pbl_message_descriptor_t::fields

Ordered list of field descriptor nodes (pbl_node_t*)

◆ fields_by_number

GHashTable* pbl_message_descriptor_t::fields_by_number

Hash table of field descriptors keyed by field number for fast lookup


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