Wireshark-commits: [Wireshark-commits] master b6cb2ad: packet-infiniband: added support for Mellano
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 Aug 2014 10:54:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b6cb2ad049df6127523593d97641075e46d6327f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b6cb2ad by Wasim Abu Moch (wasim@xxxxxxxxxxxx):

    packet-infiniband: added support for Mellanox DC transport type
    
    *marked parse_DCCETH() function's unesed parameters with _U_ macro instead of (void) */
    *Added few whitespaces (new lines), were mistakenly removed"*
    
    Adding minimal support for Mellanox DC transport type which
    replaces RD (RD isn't implemented in any HW yet).
    It's minimal in the sense of skipping new headers without
    parsing/showing them, this allows at least to keep correct IB packet parsing
    due to the new added header for this TS. (in this stage we can't expose
    the protocol details including it's header layout)
    
    Change-Id: I6cffa6497632ba19a6f9ec60a4f68da60b28e821
    Reviewed-on: https://code.wireshark.org/review/3719
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8b5ca59   TGPPRx: Add AF-Signalling-Protocol AVP dissection support
    adds  b6cb2ad   packet-infiniband: added support for Mellanox DC transport type


Summary of changes:
 epan/dissectors/packet-infiniband.c |  156 ++++++++++++++++++++++++++---------
 epan/dissectors/packet-infiniband.h |    1 +
 2 files changed, 117 insertions(+), 40 deletions(-)