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

Public Attributes

unsigned char * plain_data
 
unsigned data_len
 
int id
 
ContentType type
 
SslFlowflow
 
uint32_t seq
 
uint16_t dtls13_seq_suffix
 
struct _SslRecordInfonext
 

Member Data Documentation

◆ data_len

unsigned _SslRecordInfo::data_len

Length of decrypted data.

◆ 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.

◆ 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: