Wireshark-commits: [Wireshark-commits] master 40fe50f: RSVDv2 support - 1st stage

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Feb 2017 12:30:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=40fe50fbed4a16b29aaafd2e46712e657d3baabd
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

40fe50f by Volodymyr Khomenko (Khomenko.Volodymyr@xxxxxxxxx):

    RSVDv2 support - 1st stage
    
    Added META_OPERATION_START (Resize, ConvertToVHDSet)
    Added META_OPERATION_QUERY_PROGRESS
    Added QUERY_SAFE_SIZE
    
    Minor fixes:
    Using GUID data type for LinkageID, VirtualDiskId and InitiatorId, not binary blob
    Fixed length for SVHDX_TUNNEL_OPERATION_HEADER
    Cosmetic: unused var, code makeup
    
    Ping-Bug: 11232
    Change-Id: I4ea598367a1c12586501555f4a23d6249057484a
    Reviewed-on: https://code.wireshark.org/review/19979
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  64984b7   Qt: Add check for valid profile name
    adds  40fe50f   RSVDv2 support - 1st stage


Summary of changes:
 epan/dissectors/packet-rsvd.c |  270 ++++++++++++++++++++++++++++++++++-------
 epan/dissectors/packet-smb2.c |    4 +-
 2 files changed, 231 insertions(+), 43 deletions(-)