|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Descriptor for a single parsed .proto source file. More...
#include <protobuf_lang_tree.h>
Public Attributes | |
| const char * | filename |
| int | syntax_version |
| const char * | package_name |
| int | package_name_lineno |
| pbl_descriptor_pool_t * | pool |
Descriptor for a single parsed .proto source file.
| const char* pbl_file_descriptor_t::filename |
Path to the .proto file as provided to the descriptor pool
| const char* pbl_file_descriptor_t::package_name |
Package name declared in the file, or NULL if absent
| int pbl_file_descriptor_t::package_name_lineno |
Line number of the package declaration within the file
| pbl_descriptor_pool_t* pbl_file_descriptor_t::pool |
Descriptor pool that owns this file descriptor
| int pbl_file_descriptor_t::syntax_version |
Proto syntax version declared in the file (2 or 3)