|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Attributes | |
| guint32 | num |
| guint32 | pkt_len |
| guint32 | cap_len |
| guint32 | cum_bytes |
| gint64 | file_off |
| GSList * | pfd |
| GHashTable * | dependent_frames |
| const struct _color_filter * | color_filter |
| guint16 | subnum |
| 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 |
| guint32 | frame_ref_num |
| guint32 | prev_dis_num |
| guint8 | tcp_snd_manual_analysis |
| nstime_t _frame_data::abs_ts |
Absolute timestamp
| guint32 _frame_data::cap_len |
Amount actually captured
| const struct _color_filter* _frame_data::color_filter |
Per-packet matching color_filter_t object
| guint32 _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
| unsigned int _frame_data::encoding |
Character encoding (ASCII, EBCDIC...)
| gint64 _frame_data::file_off |
File offset
| guint32 _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
| guint32 _frame_data::num |
Frame number
| unsigned int _frame_data::passed_dfilter |
1 = display, 0 = no display
| GSList* _frame_data::pfd |
Per frame proto data
| guint32 _frame_data::pkt_len |
Packet length
| guint32 _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
| guint16 _frame_data::subnum |
subframe number, for protocols that require this
| guint8 _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