X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b751376719cfe1924aa07ab8fd364ec1a55c04b3..6b84c2ee90a5db6460f67b6bd00ac2ce09e7c6f7:/print-cdp.c diff --git a/print-cdp.c b/print-cdp.c index e1e7d71b..0ab646e5 100644 --- a/print-cdp.c +++ b/print-cdp.c @@ -337,7 +337,6 @@ cdp_print_addr(netdissect_options *ndo, */ p += 3; - ND_TCHECK_4(p); if (p + 4 > endp) goto trunc; ND_PRINT("IPv4 (%u) %s", num, GET_IPADDR_STRING(p));