size_t cmplen;
int llc_hdrlen;
+ ndo->ndo_protocol = "cip_if";
cmplen = sizeof(rfcllc);
if (cmplen > caplen)
cmplen = caplen;
cip_print(ndo, length);
if (cmplen == 0) {
- ND_PRINT("[|cip]");
+ nd_print_trunc(ndo);
return 0;
}
if (memcmp(rfcllc, p, cmplen) == 0) {
return (llc_hdrlen);
}
-
-
-/*
- * Local Variables:
- * c-style: whitesmith
- * c-basic-offset: 8
- * End:
- */