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:
- */