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.