Expand description
SMB_COM_NEGOTIATE ([MS-SMB] §2.2.4.5).
Structs§
- Negotiate
Req - 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).