aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-14 17:47:53 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-14 17:47:53 +0000
commit68d23708bc686821b0df3c3ffaaf233cca6e4eee (patch)
tree73c5653c388e74ea09b7f70042a978dc23b9f2f2 /plugins/Makefile.am
parent14e0b8f79233987dde0b88aec2667cf9244c9585 (diff)
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. svn path=/trunk/; revision=24628
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 32aa95b6c5..a1acbe35c0 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -32,6 +32,7 @@ SUBDIRS = \
giop \
gryphon \
irda \
+ infiniband \
lwres \
m2m \
mate \