Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.2 47a205c: packet-rpcrdma: Fix Write list dissectio

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Dec 2016 14:45:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=47a205c0895ed7c7f844a7bc582ff630cc5f0fda
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

47a205c by Chuck Lever (chuck.lever@xxxxxxxxxx):

    packet-rpcrdma: Fix Write list dissection
    
    The current mechanism of dissecting RPC-over-RDMA chunk lists is not
    working. It treats the Write list as a list of RDMA segments (it's a
    list of counted arrays).
    
    Bug: 13197
    Change-Id: I6f8e788d66eefd17d6c1995e238a9ff9fa1e81f2
    Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/19100
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 677a543e48eed5921d44ceb53ea6101b43a98ad2)
    Reviewed-on: https://code.wireshark.org/review/19110
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  3eecb9e   packet-rpcrdma: Fix Read list dissection
    adds  47a205c   packet-rpcrdma: Fix Write list dissection


Summary of changes:
 epan/dissectors/packet-rpcrdma.c |  119 ++++++++++++++++++++++++++++++++++----
 1 file changed, 109 insertions(+), 10 deletions(-)