X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b751376719cfe1924aa07ab8fd364ec1a55c04b3..5ef0bcb5edd748de9d9af13c40da0395dfdd94e8:/print-cdp.c?ds=sidebyside 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));