/* \summary: SunATM DLPI capture printer */
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "netdissect-stdinc.h"
-struct mbuf;
-struct rtentry;
-
#include "netdissect.h"
#include "extract.h"
u_char vpi;
u_int traftype;
+ ndo->ndo_protocol = "sunatm_if";
if (caplen < PKT_BEGIN_POS) {
- ND_PRINT("[|atm]");
+ nd_print_trunc(ndo);
return (caplen);
}