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

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
 

Detailed Description

Holds per-field display and cleanup state for a single column in a UAT record's GUI representation.

Member Data Documentation

◆ colnum

unsigned _fld_data_t::colnum

Zero-based column index this field data corresponds to in the UAT table.

◆ free_rep

uat_rep_fld_free_cb_t _fld_data_t::free_rep

Callback used to release the GUI representation handle when no longer needed.

◆ rep

uat_fld_rep_t* _fld_data_t::rep

Opaque GUI representation handle for this field's current display state.


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