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

Describes the configuration of a single column in the packet list. More...

#include <column.h>

Public Attributes

char * title
 
int fmt
 
char * custom_fields
 
int custom_occurrence
 
bool visible
 
char display
 

Detailed Description

Describes the configuration of a single column in the packet list.

Member Data Documentation

◆ custom_fields

char* _fmt_data::custom_fields

Semicolon-separated display filter field names used when fmt is COL_CUSTOM

◆ custom_occurrence

int _fmt_data::custom_occurrence

Ordinal occurrence of the custom field to display (0 = all occurrences)

◆ display

char _fmt_data::display

Aggregation or display modifier for multi-occurrence custom field values

◆ fmt

int _fmt_data::fmt

Column format type (see COL_* constants), e.g. COL_NUMBER, COL_CUSTOM

◆ title

char* _fmt_data::title

User-visible column heading text

◆ visible

bool _fmt_data::visible

True if the column is shown in the packet list; false if hidden


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