smb2c
Version:
SMB2 Client from marsaud-smb2 0.7.2
24 lines (17 loc) • 348 B
JavaScript
module.exports = {
request:[
['StructureSize', 2, 9]
, ['Reserved', 2, 0]
, ['PathOffset', 2, 72]
, ['PathLength', 2]
, ['Buffer', 'PathLength']
]
, response:[
['StructureSize', 2]
, ['ShareType', 1]
, ['Reserved', 1]
, ['ShareFlags', 4]
, ['Capabilities', 4]
, ['MaximalAccess', 4]
]
}