X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/22fec8918773705c2f12e7f10886bb8e5034e607..c39d40a767a1ae36171e5bcbf6f157ff3e80fb6c:/print-babel.c diff --git a/print-babel.c b/print-babel.c index 8b495cc1..d802a720 100644 --- a/print-babel.c +++ b/print-babel.c @@ -81,7 +81,6 @@ babel_print(netdissect_options *ndo, trunc: nd_print_trunc(ndo); - return; } /* TLVs */ @@ -395,7 +394,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; @@ -862,5 +860,4 @@ babel_print_v2(netdissect_options *ndo, invalid: nd_print_invalid(ndo); - return; }