Skip to main content

Module consts

Module consts 

Source
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 Flags bits ([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.