|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
#include <proto.h>
Public Attributes | |
| header_field_info * | hfinfo |
| gint | start |
| gint | length |
| gint | appendix_start |
| gint | appendix_length |
| gint | tree_type |
| guint32 | flags |
| item_label_t * | rep |
| tvbuff_t * | ds_tvb |
| fvalue_t | value |
Contains the field information for the proto_item.
| 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
1.8.11