SMB2: better RSVD flow
authorVolodymyr Khomenko <Volodymyr_Khomenko@DellTeam.com>
Fri, 20 Jan 2017 13:02:22 +0000 (15:02 +0200)
committerMichael Mann <mmann78@netscape.net>
Sun, 22 Jan 2017 19:17:26 +0000 (19:17 +0000)
commit73182229a07958bbfde10ab113c13c734098d27e
tree994db1d8aae59812a6a7281852fc20b1235883ec
parent79f3d8f40d8bb5e5465e4954dbe54beadef5dba7
SMB2: better RSVD flow

Fixed FSCTL_QUERY_SHARED_VIRTUAL_DISK_SUPPORT dissector
to show fields of response properly - see
https://msdn.microsoft.com/en-us/library/dn409282.aspx

Mapped few SMB2 IOCTL codes related to RSVD to names
(like FSCTL_STORAGE_QOS_CONTROL that is defined by MS-SQOS
as a helper for RSVD protocol)

Added RSVD-specific SMB2 status codes
(used in SMB2 transport when RSVD is in use or inited)
See https://msdn.microsoft.com/en-us/library/dn392518.aspx

Change-Id: I04d80df234505e8b32773ac95cf0b73f07cc5581
Reviewed-on: https://code.wireshark.org/review/19693
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
epan/dissectors/packet-smb2.c
epan/dissectors/packet-windows-common.c