/* \summary: IP-over-InfiniBand (IPoIB) printer */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
-#include <stdio.h>
-
#include "netdissect.h"
#include "extract.h"
#include "addrtoname.h"
}
orig_length = length;
+ ndo->ndo_ll_hdr_len += IPOIB_HDRLEN;
length -= IPOIB_HDRLEN;
caplen -= IPOIB_HDRLEN;
ether_type = GET_BE_U_2(p + 40);