|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Describes the configuration of a single column in the packet list.
| char* _fmt_data::custom_fields |
Semicolon-separated display filter field names used when fmt is COL_CUSTOM
| int _fmt_data::custom_occurrence |
Ordinal occurrence of the custom field to display (0 = all occurrences)
| char _fmt_data::display |
Aggregation or display modifier for multi-occurrence custom field values
| int _fmt_data::fmt |
Column format type (see COL_* constants), e.g. COL_NUMBER, COL_CUSTOM
| char* _fmt_data::title |
User-visible column heading text
| bool _fmt_data::visible |
True if the column is shown in the packet list; false if hidden