Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_SslRecordInfo Struct Reference

Public Attributes

unsigned char * plain_data
unsigned plain_data_len
unsigned content_len
int id
ContentType type
SslFlow * flow
uint64_t record_seq
uint32_t seq
struct _SslRecordInfonext

Member Data Documentation

◆ content_len

unsigned _SslRecordInfo::content_len

Length of the part of the decrypted data corresponding to the record content.

◆ flow

SslFlow* _SslRecordInfo::flow

Flow where this record fragment is a part of. Can be NULL if this record type may not be fragmented.

◆ id

int _SslRecordInfo::id

Identifies the exact record within a frame (there can be multiple records in a frame).

◆ plain_data

unsigned char* _SslRecordInfo::plain_data

Decrypted data.

◆ plain_data_len

unsigned _SslRecordInfo::plain_data_len

Total length of decrypted data, including the content type and padding if the TLS version supports them.

◆ record_seq

uint64_t _SslRecordInfo::record_seq

Implicit (TLS) or explicit (DTLS) record sequence number.

◆ seq

uint32_t _SslRecordInfo::seq

Data offset within the flow.

◆ type

ContentType _SslRecordInfo::type

Content type of the decrypted record data.


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