Expand description
SMB2/3 shared constants.
Modules§
- aead
- AEAD parameters for SMB3 transform (encrypted) messages ([MS-SMB2] §3.1.4.3).
- hdr
- Byte offsets and sizes of the 64-byte SMB2 packet header ([MS-SMB2] §2.2.1.2).
- hdr_
flags - SMB2 header
Flagsbits ([MS-SMB2] §2.2.1.2).
Constants§
- CAP_DFS
- DFS support capability.
- CAP_
LARGE_ MTU - Large MTU capability.
- CHANNEL_
SEQUENCE_ WINDOW - ChannelSequence replay-window half-range: the maximum forward distance (mod 2^16) still accepted as “newer” before it is treated as a replay ([MS-SMB2] §3.3.5.2.10).
- SIGNING_
ENABLED - Signing enabled but not required.
- SIGNING_
REQUIRED - Signing required.