Expand description
Directory enumeration entry encoding for FIND_FIRST2/FIND_NEXT2 replies ([MS-SMB] §2.2.8.1 information levels).
Structs§
- Find
Entry - Neutral directory-entry input for the encoder (kept free of storage-layer types so the protocol crate stays self-contained).
Functions§
- encode_
entries - Encode
entriesinto the chained NextEntryOffset form used by FIND_FIRST2/NEXT2 responses. Returns the buffer plus the offset of the last entry (LastNameOffset).