Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
uint32_t | num |
uint32_t | dis_num |
uint32_t | pkt_len |
uint32_t | cap_len |
uint32_t | cum_bytes |
int64_t | file_off |
GSList * | pfd |
GHashTable * | dependent_frames |
const struct _color_filter * | color_filter |
uint8_t | tcp_snd_manual_analysis |
unsigned int | passed_dfilter: 1 |
unsigned int | dependent_of_displayed: 1 |
unsigned int | encoding: 1 |
unsigned int | visited: 1 |
unsigned int | marked: 1 |
unsigned int | ref_time: 1 |
unsigned int | ignored: 1 |
unsigned int | has_ts: 1 |
unsigned int | has_modified_block: 1 |
unsigned int | need_colorize: 1 |
unsigned int | tsprec: 4 |
nstime_t | abs_ts |
nstime_t | shift_offset |
uint32_t | frame_ref_num |
uint32_t | prev_dis_num |
nstime_t _frame_data::abs_ts |
Absolute timestamp
uint32_t _frame_data::cap_len |
Amount actually captured
const struct _color_filter* _frame_data::color_filter |
Per-packet matching color_filter_t object
uint32_t _frame_data::cum_bytes |
Cumulative bytes into the capture
GHashTable* _frame_data::dependent_frames |
A hash table of frames which this one depends on
unsigned int _frame_data::dependent_of_displayed |
1 if a displayed frame depends on this frame
uint32_t _frame_data::dis_num |
Displayed frame number
unsigned int _frame_data::encoding |
Character encoding (ASCII, EBCDIC...)
int64_t _frame_data::file_off |
File offset
uint32_t _frame_data::frame_ref_num |
Previous reference frame (0 if this is one)
unsigned int _frame_data::has_ts |
1 = has time stamp, 0 = no time stamp
unsigned int _frame_data::ignored |
1 = ignore this frame, 0 = normal
unsigned int _frame_data::marked |
1 = marked by user, 0 = normal
unsigned int _frame_data::need_colorize |
1 = block for this packet has been modified 1 = need to (re-)calculate packet color
uint32_t _frame_data::num |
Frame number
unsigned int _frame_data::passed_dfilter |
1 = display, 0 = no display
GSList* _frame_data::pfd |
Per frame proto data
uint32_t _frame_data::pkt_len |
Packet length
uint32_t _frame_data::prev_dis_num |
Previous displayed frame (0 if first one)
unsigned int _frame_data::ref_time |
1 = marked as a reference time frame, 0 = normal
nstime_t _frame_data::shift_offset |
How much the abs_tm of the frame is shifted
uint8_t _frame_data::tcp_snd_manual_analysis |
TCP SEQ Analysis Overriding, 0 = none, 1 = OOO, 2 = RET , 3 = Fast RET, 4 = Spurious RET
unsigned int _frame_data::tsprec |
Time stamp precision -2^tsprec gives up to femtoseconds
unsigned int _frame_data::visited |
Has this packet been visited yet? 1=Yes,0=No