*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-arcnet.c,v 1.1 2001-04-17 08:39:19 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-arcnet.c,v 1.4 2001-07-05 18:54:14 guy Exp $ (LBL)";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
#include <sys/param.h>
u_int length = h->len;
struct arc_header *ap;
- int phds, flag = 0, archdrlen;
+ int phds, flag = 0, archdrlen = 0;
u_int seqid = 0;
u_char arc_type;
+ ++infodelay;
ts_print(&h->ts);
if (caplen < ARC_HDRLEN) {
out:
putchar('\n');
+ --infodelay;
+ if (infoprint)
+ info(0);
}
/*