Skip to main content

Module find

Module find 

Source
Expand description

Directory enumeration entry encoding for FIND_FIRST2/FIND_NEXT2 replies ([MS-SMB] §2.2.8.1 information levels).

Structs§

FindEntry
Neutral directory-entry input for the encoder (kept free of storage-layer types so the protocol crate stays self-contained).

Functions§

encode_entries
Encode entries into the chained NextEntryOffset form used by FIND_FIRST2/NEXT2 responses. Returns the buffer plus the offset of the last entry (LastNameOffset).