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

Schema descriptor for a single column in a statistics tap table. More...

#include <stat_tap_ui.h>

Public Attributes

stat_tap_table_item_enum type
 
tap_alignment_type align
 
const char * column_name
 
const char * field_format
 

Detailed Description

Schema descriptor for a single column in a statistics tap table.

Member Data Documentation

◆ align

tap_alignment_type _stat_tap_table_item::align

Horizontal alignment of this column's content

◆ column_name

const char* _stat_tap_table_item::column_name

Column header label shown in the UI

◆ field_format

const char* _stat_tap_table_item::field_format

printf-style format string used to render cell values

◆ type

stat_tap_table_item_enum _stat_tap_table_item::type

Data type of values stored in this column


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