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 e0d9408: packet-rpcrdma: Dissector should exit wh

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 2 Dec 2016 21:32:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e0d9408b98cf3381b4f8dc554924d5ae4ec12596
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

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

    packet-rpcrdma: Dissector should exit when frame is not RPC-over-RDMA
    
    On an RDMA transport, RPC protocol never appears in a frame by
    itself. If RPC-over-RDMA is not present, then RPC is by definition
    not present as an InfiniBand data payload.
    
    Bug: 13195
    Change-Id: Icaea9d4936477af32adc73140c67539e977a7a9a
    Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/19024
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit d5bdf7bac0c829cb00def4abb08444fe96d51e06)
    Reviewed-on: https://code.wireshark.org/review/19041
    

Actions performed:

    from  84562bc   Include config.h first, for large-file-related #defines.
    adds  e0d9408   packet-rpcrdma: Dissector should exit when frame is not RPC-over-RDMA


Summary of changes:
 epan/dissectors/packet-rpcrdma.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)