/* \summary: Communication access for land mobiles (CALM) printer */
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
#include "netdissect.h"
#include "extract.h"
u_int srcNwref;
u_int dstNwref;
+ ndo->ndo_protocol = "calm_fast";
ND_TCHECK_2(bp);
if (length < 2)
goto trunc;
return;
trunc:
- ND_PRINT("[|calm fast]");
+ nd_print_trunc(ndo);
return;
}
-
-
-/*
- * Local Variables:
- * c-style: whitesmith
- * c-basic-offset: 8
- * End:
- */