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

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
 

Detailed Description

Information about the application that wants to use epan.

The Enhanced Packet ANalyzer

XXX

Sections:

Member Data Documentation

◆ col_fmt

const char** epan_app_data_t::col_fmt

Array of columns and their formats

◆ env_var_prefix

const char* epan_app_data_t::env_var_prefix

The prefix for the application environment variable used to get the configuration directories.

◆ num_cols

int epan_app_data_t::num_cols

Number of columns in the list above

◆ supports_packets

bool epan_app_data_t::supports_packets

true if packet dissection is supported; false otherwise (i.e. events). This should be TEMPORARY

◆ tap_reg_listeners

struct _tap_reg const* epan_app_data_t::tap_reg_listeners

List of tap registration routines to register built-in tap listeners


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