Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <proto.h>
Public Attributes | |
const header_field_info * | hfinfo |
int | start |
int | length |
int | appendix_start |
int | appendix_length |
int | tree_type |
uint32_t | flags |
item_label_t * | rep |
tvbuff_t * | ds_tvb |
fvalue_t * | value |
int | total_layer_num |
int | proto_layer_num |
Contains the field information for the proto_item.
int field_info::appendix_length |
length of appendix data
int field_info::appendix_start |
start of appendix data
tvbuff_t* field_info::ds_tvb |
data source tvbuff
uint32_t field_info::flags |
bitfield like FI_GENERATED, ...
const header_field_info* field_info::hfinfo |
pointer to registered field information
int field_info::length |
current data length of item in field_info.ds_tvb
int field_info::proto_layer_num |
Protocol layer number, so 1st, 2nd, 3rd, ... for protocol X.
item_label_t* field_info::rep |
string for GUI tree
int field_info::start |
current start of data in field_info.ds_tvb
int field_info::total_layer_num |
Hierarchical layer number, for all protocols in the tree.
int field_info::tree_type |
one of ETT_ or -1