Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <column-info.h>
Public Attributes | |
int | col_fmt |
bool * | fmt_matx |
char * | col_title |
char * | col_custom_fields |
int | col_custom_occurrence |
GSList * | col_custom_fields_ids |
struct epan_dfilter * | col_custom_dfilter |
const char * | col_data |
char * | col_buf |
int | col_fence |
bool | writable |
int | hf_id |
Individual column info
char* col_item_t::col_buf |
Buffer into which to copy data for column
struct epan_dfilter* col_item_t::col_custom_dfilter |
Compiled custom column field
char* col_item_t::col_custom_fields |
Custom column fields
GSList* col_item_t::col_custom_fields_ids |
Custom column fields id
int col_item_t::col_custom_occurrence |
Custom column field occurrence
const char* col_item_t::col_data |
Column data
int col_item_t::col_fence |
Stuff in column buffer before this index is immutable
int col_item_t::col_fmt |
Format of column
char* col_item_t::col_title |
Column titles
bool* col_item_t::fmt_matx |
Specifies which formats apply to a column
bool col_item_t::writable |
writable or not