https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4656
Summary: [PATCH] InfiniBand Link Packet (flow control)
dissector
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: stephen@xxxxxxxxxx
Build Information:
wireshark 1.3.5 (SVN Rev 32422 from /trunk)
Copyright 1998-2010 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.18.3, with GLib 2.22.3, with libpcap 0.9-PRE-CVS, with
libz
1.2.3.3, with POSIX capabilities (Linux), without libpcre, without SMI, without
c-ares, with ADNS, with Lua 5.1, without Python, with GnuTLS 2.8.3, with Gcrypt
1.4.4, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built Jun 20
2009 13:28:51), without AirPcap, with new_packet_list.
Running on Linux 2.6.31-19-generic, with libpcap version 0.9-PRE-CVS, GnuTLS
2.8.3, Gcrypt 1.4.4.
Built using gcc 4.4.1.
--
InfiniBand has two packet types, Data packets, and Link Packets. They are
distinguished on the link by the Start character, e.g. SDP or SLP.
When an Endace DAG card is used to capture packets from an Infiniband link, the
start character is not captured. Data packets are captured into
ERF_TYPE_INFINIBAND records, while Link packets are (optionally) captured into
ERF_TYPE_INFINIBAND_LINK records.
This patch adds support for ERF_TYPE_INFINIBAND_LINK records to the ERF
dissector and adds a new dissector for InfiniBand Link packets, which are used
for flow control.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.