]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-isoclns.c
Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv6)) calls
[tcpdump] / print-isoclns.c
index 1e381eb6d1c53d38b59bee6d55adcf7d6d04a70d..da155708ff08c6d7ef425d93a1eddc3f118bf0cc 100644 (file)
@@ -3110,8 +3110,6 @@ isis_print(netdissect_options *ndo,
            while (tlen != 0) {
                 if (tlen < sizeof(nd_ipv6))
                     goto tlv_trunc;
-               ND_TCHECK_LEN(tptr, sizeof(nd_ipv6));
-
                 ND_PRINT("\n\t      IPv6 interface address: %s",
                       GET_IP6ADDR_STRING(tptr));