Skip to main content

Module hdr_flags

Module hdr_flags 

Source
Expand description

SMB2 header Flags bits ([MS-SMB2] §2.2.1.2).

Constants§

ASYNC_COMMAND
SMB2_FLAGS_ASYNC_COMMAND — the header carries an AsyncId.
RELATED_OPERATIONS
SMB2_FLAGS_RELATED_OPERATIONS — compound request shares the prior FileId.
REPLAY_OPERATION
SMB2_FLAGS_REPLAY_OPERATION — the request is a replay ([MS-SMB2] §2.2.1.2).
SERVER_TO_REDIR
SMB2_FLAGS_SERVER_TO_REDIR — response, not request.
SIGNED
SMB2_FLAGS_SIGNED — the PDU carries a signature.