Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <packet-tls-utils.h>
Public Attributes | |
unsigned | record_id |
unsigned | reassembly_id |
uint32_t | offset |
uint8_t | type |
int | is_last: 1 |
struct _TlsHsFragment * | next |
Stored information about a part of a reassembled handshake message. A single handshake record is uniquely identified by (record_id, reassembly_id).
int _TlsHsFragment::is_last |
Whether this fragment completes the message.
uint32_t _TlsHsFragment::offset |
Offset within a reassembly.
unsigned _TlsHsFragment::reassembly_id |
Identifies the reassembly that this fragment is part of.
unsigned _TlsHsFragment::record_id |
Identifies the exact record within a frame (there can be multiple records in a frame).
uint8_t _TlsHsFragment::type |
Handshake type (first byte of the buffer).