ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master dd73497: Added basic support for NVM Express over Fab

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 28 Dec 2016 07:22:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd7349754beb739592f1e513506c6fc25eb4b22e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dd73497 by Parav Pandit (paravpandit@xxxxxxxxx):

    Added basic support for NVM Express over Fabrics for RDMA.
    
    NVM Express is high speed interface for accessing solid state drives.
    NVM Express specifications are maintained by NVM Express industry
    association at http://www.nvmexpress.org.
    
    Bug: 13201
    Change-Id: Id40edaf72838eea9f4087c8ddba9518a9374efab
    Tested-by: paravpandit@xxxxxxxxx
    Reviewed-on: https://code.wireshark.org/review/19063
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Parav Pandit <paravpandit@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e5a3992   Move DigestInfo from pkcs12 to cms
    adds  dd73497   Added basic support for NVM Express over Fabrics for RDMA.


Summary of changes:
 docbook/release-notes.asciidoc     |    2 +
 epan/dissectors/CMakeLists.txt     |    2 +
 epan/dissectors/Makefile.am        |    3 +
 epan/dissectors/packet-nvme-rdma.c | 1064 ++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-nvme.c      |  551 +++++++++++++++++++
 epan/dissectors/packet-nvme.h      |   95 ++++
 6 files changed, 1717 insertions(+)
 create mode 100644 epan/dissectors/packet-nvme-rdma.c
 create mode 100644 epan/dissectors/packet-nvme.c
 create mode 100644 epan/dissectors/packet-nvme.h