#define UDLD_EXTRACT_OPCODE(x) ((x)&0x1f)
void
-udld_print (netdissect_options *ndo, const u_char *pptr, u_int length)
+udld_print(netdissect_options *ndo, const u_char *pptr, u_int length)
{
int code, type, len;
const u_char *tptr;
return;
invalid:
- ND_PRINT("%s", istr);
+ nd_print_invalid(ndo);
return;
trunc:
nd_print_trunc(ndo);