|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
#include <column-info.h>
Public Attributes | |
| gint | col_fmt |
| gboolean * | fmt_matx |
| gchar * | col_title |
| gchar * | col_custom_fields |
| gint | col_custom_occurrence |
| GSList * | col_custom_fields_ids |
| struct epan_dfilter * | col_custom_dfilter |
| const gchar * | col_data |
| gchar * | col_buf |
| int | col_fence |
| gboolean | writable |
Individual column info
| gchar* 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
| gchar* col_item_t::col_custom_fields |
Custom column fields
| GSList* col_item_t::col_custom_fields_ids |
Custom column fields id
| gint col_item_t::col_custom_occurrence |
Custom column field occurrence
| const gchar* col_item_t::col_data |
Column data
| int col_item_t::col_fence |
Stuff in column buffer before this index is immutable
| gint col_item_t::col_fmt |
Format of column
| gchar* col_item_t::col_title |
Column titles
| gboolean* col_item_t::fmt_matx |
Specifies which formats apply to a column
| gboolean col_item_t::writable |
writable or not
1.8.11