Wireshark-commits: [Wireshark-commits] master 2c3dda5: SMB2 ioctl FSCTL_STORAGE_QOS_CONTROL dissect

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 18 Feb 2017 02:38:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c3dda5126e37c36a0176e8d4df712538decf470
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2c3dda5 by Volodymyr Khomenko (Volodymyr_Khomenko@xxxxxxxxxxxx):

    SMB2 ioctl FSCTL_STORAGE_QOS_CONTROL dissector
    
    Format of the data is described by MS-SQOS document -
    see https://msdn.microsoft.com/en-us/library/mt226249.aspx
    Both v1.0 and v1.1 are handled.
    
    Also few cosmetic fixes for
    dissect_smb2_FSCTL_QUERY_SHARED_VIRTUAL_DISK_SUPPORT
    
    Bug: 13417
    Change-Id: If7b793042257112d8f16f739d09aafe168443960
    Reviewed-on: https://code.wireshark.org/review/20156
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  46ae4ac   RSVD TUNNEL_SCSI bugfix: SCSI payload is not dissected for request packets
    adds  2c3dda5   SMB2 ioctl FSCTL_STORAGE_QOS_CONTROL dissector


Summary of changes:
 epan/dissectors/packet-smb2.c |  307 +++++++++++++++++++++++++++++++++++++++--
 1 file changed, 299 insertions(+), 8 deletions(-)