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

#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_dfiltercol_custom_dfilter
 
const char * col_data
 
char * col_buf
 
int col_fence
 
bool writable
 
int hf_id
 

Detailed Description

Individual column info

Member Data Documentation

◆ col_buf

char* col_item_t::col_buf

Buffer into which to copy data for column

◆ col_custom_dfilter

struct epan_dfilter* col_item_t::col_custom_dfilter

Compiled custom column field

◆ col_custom_fields

char* col_item_t::col_custom_fields

Custom column fields

◆ col_custom_fields_ids

GSList* col_item_t::col_custom_fields_ids

Custom column fields id

◆ col_custom_occurrence

int col_item_t::col_custom_occurrence

Custom column field occurrence

◆ col_data

const char* col_item_t::col_data

Column data

◆ col_fence

int col_item_t::col_fence

Stuff in column buffer before this index is immutable

◆ col_fmt

int col_item_t::col_fmt

Format of column

◆ col_title

char* col_item_t::col_title

Column titles

◆ fmt_matx

bool* col_item_t::fmt_matx

Specifies which formats apply to a column

◆ writable

bool col_item_t::writable

writable or not


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