Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 34918: /trunk/ /trunk/epan/dissectors/: Makefile.common

Date: Wed, 17 Nov 2010 02:57:28 GMT
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