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 392dae5: Add new dissector for Shared Memory Communic

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Nov 2014 04:48:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=392dae58db55c1db9e18f4ceefbd25355f6b793e
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

392dae5 by Joe Fowler (fowlerja@xxxxxxxxxx):

    Add new dissector for Shared Memory Communications over RDMA protocol (SMC-R)
    
    RFC draft http://www.ietf.org/id/draft-fox-tcpm-shared-memory-rdma-05.txt
    used as reference for packet dissection.
    
    A small change was made to packet-infiniband, to add the Queue Number to the
    info column.  This allows for easy indentification of session traffic for a
    particular QP.
    
    Also: infiniband: tvb_length() --> tvb_captured_length()
    
    Bug: 10715
    Change-Id: I774ceffaa5c271cb6a28ab4ed21e53cd42f2547b
    Reviewed-on: https://code.wireshark.org/review/5386
    Petri-Dish: Bill Meier <wmeier@xxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  363b87a   Qt: support the -Y option to set an initial display filter
    adds  392dae5   Add new dissector for Shared Memory Communications over RDMA protocol (SMC-R)


Summary of changes:
 AUTHORS                             |    9 +-
 NEWS                                |    3 +-
 docbook/release-notes.asciidoc      |    1 +
 epan/CMakeLists.txt                 |    1 +
 epan/dissectors/Makefile.common     |    1 +
 epan/dissectors/packet-infiniband.c |   29 +-
 epan/dissectors/packet-smcr.c       | 1439 +++++++++++++++++++++++++++++++++++
 7 files changed, 1469 insertions(+), 14 deletions(-)
 create mode 100644 epan/dissectors/packet-smcr.c