|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a single chunk of data from one side of a followed stream. More...
#include <follow.h>
Public Attributes | |
| bool | is_server |
| uint32_t | packet_num |
| uint32_t | seq |
| nstime_t | abs_ts |
| GByteArray * | data |
Represents a single chunk of data from one side of a followed stream.
| nstime_t follow_record_t::abs_ts |
Absolute timestamp of the packet that contained this record.
| GByteArray* follow_record_t::data |
Raw payload bytes contributed by this record.
| bool follow_record_t::is_server |
True if this record originated from the server, false if from the client.
| uint32_t follow_record_t::packet_num |
Packet number in the capture from which this record was extracted.
| uint32_t follow_record_t::seq |
TCP sequence number of this record; meaningful for TCP streams only.