commit | 31473fc4f9653b73750d3792ffce6a6e1bdf0da7 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Mon Oct 24 15:33:04 2016 -0700 |
committer | Steve French <smfrench@gmail.com> | Wed Feb 01 16:46:34 2017 -0600 |
tree | bb789f590f828d3da748de876a7fafa43e654e7a | |
parent | 9c25702cee1405099f982894c865c163de7909a8 [diff] |
CIFS: Separate SMB2 header structure In order to support compounding and encryption we need to separate RFC1001 length field and SMB2 header structure because the protocol treats them differently. This change will allow to simplify parsing of such complex SMB2 packets further. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>