From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 :
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 17 Nov 2010 02:57:22 +0000 (02:57 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 17 Nov 2010 02:57:22 +0000 (02:57 +0000)
commit0123b6889af39f89e96429ca2f68c6ff1b893d87
tree0094725ccf69105e588019c1c56baf5a035902b1
parentc562038c5d4c36726b5452f1d51efe0876b19dd9
From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 :

This patch adds to Wireshark the ability to dissect Infiniband SDP (Socket
Direct Protocol) and CM MADs traffic.

It also contains various other bug-fixes and enhancements. SDP traffic can be
identified automatically (analyzing SDP CM MADs) or manually.

SDP, or Sockets Direct Protocol, is a protocol developed by the Infiniband
Trade Association which enables existing socket-based applications to
transparently utilize the Infiniband capabilities.

This patch is submitted on behalf of Mellanox Technologies Ltd.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34918 f5534014-38df-0310-8fa8-9805f1628bb7
AUTHORS
epan/CMakeLists.txt
epan/address.h
epan/address_to_str.c
epan/dissectors/Makefile.common
epan/dissectors/packet-infiniband.c
epan/dissectors/packet-infiniband.h
epan/dissectors/packet-infiniband_sdp.c [new file with mode: 0644]