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.