Expand description
Core/LANMAN-era path commands ([MS-CIFS]): MKDIR, RMDIR, CHECK_DIRECTORY, DELETE, RENAME, QUERY_INFORMATION and SET_INFORMATION.
Structs§
- Query
Info Resp - QUERY_INFORMATION (0x08) response: attributes, DOS write time, size.
Functions§
- dos_
time_ to_ unix - Parse a legacy DOS-encoded UTC time into Unix seconds ([MS-DTYP] DOSDATE/TIME packing used by core protocol fields).
- read_
path - Read one NUL-terminated path string from the command’s data area,
honouring the Unicode flag and BufferFormat
0x04prefixes. - read_
two_ paths - Read the two NUL-terminated strings of a RENAME request.