Skip to main content

Module negotiate

Module negotiate 

Source
Expand description

SMB_COM_NEGOTIATE ([MS-SMB] §2.2.4.5).

Structs§

NegotiateReq
Parsed client request (§2.2.4.5.1): the offered dialect list.

Constants§

WORD_COUNT
Server response (§2.2.4.5.2): WordCount 17 with the byte-packed layout — DialectIndex(2), SecurityMode(1), MaxMpx(2), VCs(2), MaxBuf(4), MaxRaw(4), SessionKey(4), Capabilities(4), SystemTime(8), TimeZone(2), ChallengeLength(1) = 34 bytes; challenge bytes follow ByteCount.

Functions§

build_bytes
Build the response data block (the raw 8-byte challenge).
build_params
Build response parameter words (34 bytes incl. ChallengeLength).