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 f39389e: packet-rpcrdma: Fix selection size in chunk

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 7 Dec 2016 08:51:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f39389e945e11a82905bc5b71ada85f3b90e9bab
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f39389e by Chuck Lever (chuck.lever@xxxxxxxxxx):

    packet-rpcrdma: Fix selection size in chunk list dissectors
    
    Use proto_item_set_len instead of walking the packet ahead of time
    trying to compute the size.
    
    Change-Id: I5eb3da1fef45895853cb5b6b198d0310394e4176
    Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/19120
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  29768d9   RTCP: Bugfix MS Video Source Request dissection
    adds  f39389e   packet-rpcrdma: Fix selection size in chunk list dissectors


Summary of changes:
 epan/dissectors/packet-rpcrdma.c |   24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)