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

#include <packet-tls-utils.h>

Public Attributes

unsigned record_id
 
unsigned reassembly_id
 
uint32_t offset
 
uint8_t type
 
int is_last: 1
 
struct _TlsHsFragmentnext
 

Detailed Description

Stored information about a part of a reassembled handshake message. A single handshake record is uniquely identified by (record_id, reassembly_id).

Member Data Documentation

◆ is_last

int _TlsHsFragment::is_last

Whether this fragment completes the message.

◆ offset

uint32_t _TlsHsFragment::offset

Offset within a reassembly.

◆ reassembly_id

unsigned _TlsHsFragment::reassembly_id

Identifies the reassembly that this fragment is part of.

◆ record_id

unsigned _TlsHsFragment::record_id

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

◆ type

uint8_t _TlsHsFragment::type

Handshake type (first byte of the buffer).


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