* so, for captures following this specification, the upper 16
* bits should be 0x1000, followed by a MAC address.
*/
- ND_PRINT((ndo, "%s > %s, length %u: ", srcname, dstname, length));
+ ND_PRINT("%s > %s, length %u: ", srcname, dstname, length);
}
static u_int
int llc_hdrlen;
if (caplen < IPFC_HDRLEN) {
- ND_PRINT((ndo, "[|ipfc]"));
+ ND_PRINT("[|ipfc]");
return (caplen);
}
/*