UNPKG

smb2c

Version:

SMB2 Client from marsaud-smb2 0.7.2

23 lines (16 loc) 348 B
module.exports = { request:[ ['StructureSize', 2, 33] , ['InfoType', 1, 1] , ['FileInfoClass', 1] , ['BufferLength', 4] , ['BufferOffset', 2, 0x0060] , ['Reserved', 2, 0] , ['AdditionalInformation', 4, 0] , ['FileId', 16] , ['Buffer','BufferLength'] ] , response:[ ['StructureSize', 2] ] }