Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Public Attributes | List of all members
epan_column_info Struct Reference

#include <column-info.h>

Public Attributes

const struct epan_sessionepan
 
gint num_cols
 
col_item_tcolumns
 
gint * col_first
 
gint * col_last
 
col_expr_t col_expr
 
gboolean writable
 
GRegex * prime_regex
 

Detailed Description

Column info

Member Data Documentation

col_expr_t epan_column_info::col_expr

Column expressions and values

gint* epan_column_info::col_first

First column number with a given format

gint* epan_column_info::col_last

Last column number with a given format

col_item_t* epan_column_info::columns

All column data

gint epan_column_info::num_cols

Number of columns

GRegex* epan_column_info::prime_regex

Used to prime custom columns

gboolean epan_column_info::writable

writable or not

Todo:
Are we still writing to the columns?

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