Wireshark-commits: [Wireshark-commits] master 5f76627: packet-nvme-rdma: Support Dissecting connect

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Jan 2017 13:33:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f76627ef26505f55d8fcbe8073279515f3b7304
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5f76627 by Parav Pandit (paravpandit@xxxxxxxxx):

    packet-nvme-rdma: Support Dissecting connect cmd & inline data.
    
    This patch adds support to dissect data of the connect command which
    comes along with the cmd in same packet.
    
    It also removed unwanted tvb addition for rdma fabric commands,
    completion and nvme commands.
    
    Bug: 13201
    Change-Id: I33062f67a69cdca4b909ed8c08201dea5e0aa095
    Tested-by: paravpandit@xxxxxxxxx
    Reviewed-on: https://code.wireshark.org/review/19632
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  f27734f   packet-tns.c: Add Version2 (SQLNET_RETURN_OPI_PARAM)
    adds  5f76627   packet-nvme-rdma: Support Dissecting connect cmd & inline data.


Summary of changes:
 epan/dissectors/packet-nvme-rdma.c |  128 ++++++++++++++++++++++++++++--------
 epan/dissectors/packet-nvme.c      |   26 ++++----
 2 files changed, 114 insertions(+), 40 deletions(-)