Skip to main content

Module tf_off

Module tf_off 

Source
Expand description

Transform-header field offsets.

Constants§

FLAGS
Flags (bit 0 = SMB2_TF_FLAGS_ENCRYPTED).
HDR_SIZE
Fixed header size.
MSG_SIZE
OriginalMessageSize.
NONCE
Nonce (16 bytes; GCM consumes 12, CCM 11, remainder zeroed).
PROTOCOL_ID
ProtocolId = \xFD 'S' 'M' 'B'.
RESERVED
Reserved.
SESSION_ID
SessionId.
SIGNATURE
AEAD tag (16 bytes) — zeroed inside the AAD region.