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

Public Attributes

char * name
 
size_t record_size
 
char * filename
 
bool from_profile
 
char * help
 
unsigned flags
 
void ** user_ptr
 
unsigned * nrows_p
 
uat_copy_cb_t copy_cb
 
uat_update_cb_t update_cb
 
uat_free_cb_t free_cb
 
uat_post_update_cb_t post_update_cb
 
uat_reset_cb_t reset_cb
 
uat_field_tfields
 
const char ** default_values
 
unsigned ncols
 
GArray * user_data
 
GArray * raw_data
 
GArray * valid_data
 
bool changed
 
uat_rep_t * rep
 
uat_rep_free_cb_t free_rep
 
bool loaded
 

Member Data Documentation

◆ nrows_p

unsigned* epan_uat::nrows_p

Pointer to a dissector variable where the number of valid records in user_ptr are written.

◆ raw_data

GArray* epan_uat::raw_data

An array of records containing possibly invalid data. For internal use only.

◆ user_data

GArray* epan_uat::user_data

An array of valid records that will be exposed to the dissector.

◆ user_ptr

void** epan_uat::user_ptr

Pointer to a dissector variable where an array of valid records are stored.

◆ valid_data

GArray* epan_uat::valid_data

An array of booleans describing whether the records in 'raw_data' are valid or not.


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