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.0 30c1081: packet-rpcrdma: Dissector should exit wh

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

Commits:

30c1081 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
    (cherry picked from commit e0d9408b98cf3381b4f8dc554924d5ae4ec12596)
    Reviewed-on: https://code.wireshark.org/review/19042
    

Actions performed:

    from  6f64047   Qt: Export object fixups.
    adds  30c1081   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(-)