|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Stores the display width and alignment for a single column. More...
#include <recent.h>
Public Attributes | |
| int | fmt |
| int | width |
| char | xalign |
Stores the display width and alignment for a single column.
| int _col_width_data::fmt |
Column format, used for consistency check.
| int _col_width_data::width |
Column width in characters.
| char _col_width_data::xalign |
Horizontal alignment specifier (e.g., 'l' = left, 'r' = right, 'c' = center).