Wireshark-commits: [Wireshark-commits] master ae5dbe1: Add support for RROCE(v2) over IPv4 (without

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 7 Jan 2017 06:58:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ae5dbe1b63b5660e46d0fbd5c1bb0b6e8fa8f45f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ae5dbe1 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Add support for RROCE(v2) over IPv4 (without UDP).
    
    This isn't standard but has been seen in the wild, see:
    https://ask.wireshark.org/questions/58521/cannot-decode-rocev2-traffic
    
    With this change users can Decode-As an IP Protocol as RROCE (by selecting
    Infiniband (IB) as the protocol).
    
    Change-Id: Iec865478d056f687f2f66124d6e936f67707d2c4
    Reviewed-on: https://code.wireshark.org/review/19572
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ea74404   packet-nvme: Dissect read/write cmd and SGL
    adds  ae5dbe1   Add support for RROCE(v2) over IPv4 (without UDP).


Summary of changes:
 epan/dissectors/packet-infiniband.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)