Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
follow_record_t Struct Reference

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
 

Detailed Description

Represents a single chunk of data from one side of a followed stream.

Member Data Documentation

◆ abs_ts

nstime_t follow_record_t::abs_ts

Absolute timestamp of the packet that contained this record.

◆ data

GByteArray* follow_record_t::data

Raw payload bytes contributed by this record.

◆ is_server

bool follow_record_t::is_server

True if this record originated from the server, false if from the client.

◆ packet_num

uint32_t follow_record_t::packet_num

Packet number in the capture from which this record was extracted.

◆ seq

uint32_t follow_record_t::seq

TCP sequence number of this record; meaningful for TCP streams only.


The documentation for this struct was generated from the following file: