Wireshark-commits: [Wireshark-commits] master 7318222: SMB2: better RSVD flow

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 22 Jan 2017 19:17:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=73182229a07958bbfde10ab113c13c734098d27e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7318222 by Volodymyr Khomenko (Volodymyr_Khomenko@xxxxxxxxxxxx):

    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@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  79f3d8f   MAN wireshark-filter: Add ~ operator
    adds  7318222   SMB2: better RSVD flow


Summary of changes:
 epan/dissectors/packet-smb2.c           |   35 +++++++++++++++++++++++++++++--
 epan/dissectors/packet-windows-common.c |   12 +++++++++++
 2 files changed, 45 insertions(+), 2 deletions(-)