Wireshark-commits: [Wireshark-commits] rev 24628: /trunk/ /trunk/epan/dissectors/: packet-erf.c /tr
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24628
User: gerald
Date: 2008/03/14 05:47 PM
Log:
From Stephen Donnelly via bug 2235:
This plugin implements a dissector for Infiniband. It is released
under the GPL v2.
Rather than using say libpcap to capture raw (unframed) IP packets
from near the top of an IPoIB stack, this plugin dissects link level
Infiniband frames.
Infiniband trace files can be read from Endace ERF format trace
files, or from libpcap DLT_ERF files containing ERF TYPE_INFINIBAND
records. There is currently no native DLT_INFINIBAND in libpcap.
Each record contains a hardware timestamp, capture metadata such as
port Id, and a complete link level Infiniband frame starting from
the Local Route Header.
Directory: /trunk/epan/dissectors/
Changes Path Action
+27 -0 packet-erf.c Modified
Directory: /trunk/plugins/infiniband/
Changes Path Action
+119 -0 Makefile.am Added
+26 -0 Makefile.common Added
+96 -0 Makefile.nmake Added
+18 -0 moduleinfo.h Added
+28 -0 moduleinfo.nmake Added
+857 -0 packet-infiniband.c Added
+686 -0 packet-infiniband.h Added
+34 -0 plugin.rc.in Added
Directory: /trunk/plugins/
Changes Path Action
+1 -0 Makefile.am Modified
+4 -0 Makefile.nmake Modified
(5 files not shown)