Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Public Attributes | List of all members
field_info Struct Reference

#include <proto.h>

Public Attributes

header_field_infohfinfo
 
gint start
 
gint length
 
gint appendix_start
 
gint appendix_length
 
gint tree_type
 
guint32 flags
 
item_label_trep
 
tvbuff_tds_tvb
 
fvalue_t value
 

Detailed Description

Contains the field information for the proto_item.

Member Data Documentation

gint field_info::appendix_length

length of appendix data

gint field_info::appendix_start

start of appendix data

tvbuff_t* field_info::ds_tvb

data source tvbuff

guint32 field_info::flags

bitfield like FI_GENERATED, ...

header_field_info* field_info::hfinfo

pointer to registered field information

gint field_info::length

current data length of item in field_info.ds_tvb

item_label_t* field_info::rep

string for GUI tree

gint field_info::start

current start of data in field_info.ds_tvb

gint field_info::tree_type

one of ETT_ or -1


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