X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/706012eefc64e253463e5e179f13cfa0a4bb9ff6..5ef0bcb5edd748de9d9af13c40da0395dfdd94e8:/print-rt6.c diff --git a/print-rt6.c b/print-rt6.c index 764852f2..e7d9fbde 100644 --- a/print-rt6.c +++ b/print-rt6.c @@ -49,8 +49,6 @@ rt6_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2 _U_) nd_print_protocol_caps(ndo); dp = (const struct ip6_rthdr *)bp; - ND_TCHECK_1(dp->ip6r_segleft); - len = GET_U_1(dp->ip6r_len); ND_PRINT(" (len=%u", len); /*)*/ type = GET_U_1(dp->ip6r_type);