X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3435ef98e5c1552d9f1f184188260092d1ca7774..e4adb4b6e18aae3017797c8f214fd7dd0dd51efc:/print-rx.c diff --git a/print-rx.c b/print-rx.c index 3b7a623d..b8ee5a83 100644 --- a/print-rx.c +++ b/print-rx.c @@ -40,7 +40,6 @@ #endif #include -#include #include #include "netdissect-stdinc.h" @@ -790,7 +789,6 @@ rx_cache_find(netdissect_options *ndo, const struct rx_header *rxh, } #define UINT64OUT() { uint64_t _i; \ - ND_TCHECK_LEN(bp, sizeof(uint64_t)); \ _i = GET_BE_U_8(bp); \ bp += sizeof(uint64_t); \ ND_PRINT(" %" PRIu64, _i); \