X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/dec3c3e848b473a81c9e4872ac11914d70e04d91..43104d3f8a89543f6fe51115e28d4630b7fa8b87:/print-ospf6.c diff --git a/print-ospf6.c b/print-ospf6.c index cec67e1d..b50cd5ca 100644 --- a/print-ospf6.c +++ b/print-ospf6.c @@ -603,9 +603,9 @@ ospf6_print_lsa(netdissect_options *ndo, if (lsa_length < sizeof (nd_ipv6)) return (1); lsa_length -= sizeof (nd_ipv6); - ND_TCHECK_8(tptr); + ND_TCHECK_16(tptr); ND_PRINT(" forward %s", - ip6addr_string(ndo, tptr)); + ip6addr_string(ndo, tptr)); tptr += sizeof(nd_ipv6); }