|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Information about the application that wants to use epan. More...
#include <epan.h>
Public Attributes | |
| const char * | env_var_prefix |
| const char ** | col_fmt |
| int | num_cols |
| register_entity_func | register_func |
| register_entity_func | handoff_func |
| struct _tap_reg const * | tap_reg_listeners |
Information about the application that wants to use epan.
XXX
Sections:
| const char** epan_app_data_t::col_fmt |
Array of columns and their formats
| const char* epan_app_data_t::env_var_prefix |
The prefix for the application environment variable used to get the configuration directories.
| register_entity_func epan_app_data_t::handoff_func |
Callback to handoff function for entities in the dissection engine
| int epan_app_data_t::num_cols |
Number of columns in the list above
| register_entity_func epan_app_data_t::register_func |
Callback to register entities for the dissection engine
| struct _tap_reg const* epan_app_data_t::tap_reg_listeners |
List of tap registration routines to register built-in tap listeners