http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34918
User: morriss
Date: 2010/11/16 06:57 PM
Log:
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.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+2209 -150 packet-infiniband.c Modified
+5 -1379 packet-infiniband.h Modified
+572 -0 packet-infiniband_sdp.c Added
Directory: /trunk/epan/
Changes Path Action
+1 -0 CMakeLists.txt Modified
+8 -5 address.h Modified
+17 -0 address_to_str.c Modified
Directory: /trunk/
Changes Path Action
+1 -0 AUTHORS Modified