X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/22fec8918773705c2f12e7f10886bb8e5034e607..5ef0bcb5edd748de9d9af13c40da0395dfdd94e8:/print-babel.c diff --git a/print-babel.c b/print-babel.c index 8b495cc1..1671149a 100644 --- a/print-babel.c +++ b/print-babel.c @@ -395,7 +395,6 @@ babel_print_v2_tlvs(netdissect_options *ndo, message = cp + i; ICHECK(i, 1); - ND_TCHECK_1(message); if((type = GET_U_1(message)) == MESSAGE_PAD1) { ND_PRINT(ndo->ndo_vflag ? "\n\tPad 1" : " pad1"); i += 1;