|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Holds per-field display and cleanup state for a single column in a UAT record's GUI representation. More...
#include <uat-int.h>
Public Attributes | |
| unsigned | colnum |
| uat_fld_rep_t * | rep |
| uat_rep_fld_free_cb_t | free_rep |
Holds per-field display and cleanup state for a single column in a UAT record's GUI representation.
| unsigned _fld_data_t::colnum |
Zero-based column index this field data corresponds to in the UAT table.
| uat_rep_fld_free_cb_t _fld_data_t::free_rep |
Callback used to release the GUI representation handle when no longer needed.
| uat_fld_rep_t* _fld_data_t::rep |
Opaque GUI representation handle for this field's current display state.