]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rt6.c
Revert partially the commit 21b1273
[tcpdump] / print-rt6.c
index 764852f258a724d55ab66a087a5efb1d7d576a83..e7d9fbde8ca259ac3cefd6237f865cd957e60291 100644 (file)
@@ -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);