Fix SMB_COM_NT_TRANSACT structure definition per specification. For more information see http://j.mp/t5zzku

This commit is contained in:
Joshua J. Drake 2011-11-27 19:27:01 -06:00
parent 89d9165838
commit e9c3e8ee50
1 changed files with 1 additions and 1 deletions

View File

@ -732,8 +732,8 @@ SMB_NTTRANS_HDR_PKT = Rex::Struct2::CStructTemplate.new(
[ 'uint32v', 'DataCount', 0 ],
[ 'uint32v', 'DataOffset', 0 ],
[ 'uint8', 'SetupCount', 0 ],
[ 'string', 'SetupData', nil, '' ],
[ 'uint16v', 'Subcommand', 0 ],
[ 'string', 'SetupData', nil, '' ],
[ 'uint16v', 'ByteCount', 0 ],
[ 'string', 'Payload', nil, '' ]
).create_restraints(