|
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 |
| bool | supports_packets |
| 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.
| int epan_app_data_t::num_cols |
Number of columns in the list above
| bool epan_app_data_t::supports_packets |
true if packet dissection is supported; false otherwise (i.e. events). This should be TEMPORARY
| struct _tap_reg const* epan_app_data_t::tap_reg_listeners |
List of tap registration routines to register built-in tap listeners