From 68d23708bc686821b0df3c3ffaaf233cca6e4eee Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 14 Mar 2008 17:47:53 +0000 Subject: 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 --- wiretap/erf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wiretap/erf.h') diff --git a/wiretap/erf.h b/wiretap/erf.h index cf46072b29..ee79d974f1 100644 --- a/wiretap/erf.h +++ b/wiretap/erf.h @@ -58,6 +58,7 @@ #define ERF_TYPE_DSM_COLOR_ETH 16 #define ERF_TYPE_COLOR_MC_HDLC_POS 17 #define ERF_TYPE_AAL2 18 +#define ERF_TYPE_INFINIBAND 21 #define ERF_TYPE_PAD 48 -- cgit v1.2.1