Wireshark-commits: [Wireshark-commits] master ba3f4f9: opa: Add dissectors for Intel’s Omni-Path A
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 May 2016 18:06:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ba3f4f991cf4341dcd6191c0949bfa19f20c7304
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ba3f4f9 by Adam Goldman (adam.goldman@xxxxxxxxx):

    opa: Add dissectors for Intel’s Omni-Path Architecture (OPA)
    
    Added dissectors for OPA Fabric Executive (FE) Header, OPA Snoop and
    Capture (SnC) MetaData Header, OPA 9B Packets, and OPA MAD Packets.
    
    Bug: 12114
    Change-Id: I6acd3c9e266e4b638167abbdd275ec7c1d472b4f
    Reviewed-on: https://code.wireshark.org/review/13473
    Reviewed-by: Adam Goldman <adam.goldman@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5c08509   6lowpan - Eliminate tvb_get_ptr
    adds  ba3f4f9   opa: Add dissectors for Intel’s Omni-Path Architecture (OPA)


Summary of changes:
 epan/dissectors/CMakeLists.txt   |    4 +
 epan/dissectors/Makefile.common  |    4 +
 epan/dissectors/packet-erf.c     |    4 +
 epan/dissectors/packet-opa-fe.c  |  178 +
 epan/dissectors/packet-opa-mad.c |13592 ++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-opa-snc.c |  432 ++
 epan/dissectors/packet-opa.c     | 1743 +++++
 wiretap/erf.c                    |    2 +
 wiretap/erf.h                    |    2 +
 9 files changed, 15961 insertions(+)
 create mode 100644 epan/dissectors/packet-opa-fe.c
 create mode 100644 epan/dissectors/packet-opa-mad.c
 create mode 100644 epan/dissectors/packet-opa-snc.c
 create mode 100644 epan/dissectors/packet-opa.c