X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/49b23c5a9b0198bb382dcf43c458d46fcf2fa809..9f957a5883cb4c5c99cefa71b42fc9d2d27d73e1:/print-nflog.c diff --git a/print-nflog.c b/print-nflog.c index 41cbf788..622743bf 100644 --- a/print-nflog.c +++ b/print-nflog.c @@ -77,7 +77,7 @@ nflog_if_print(netdissect_options *ndo, u_int caplen = h->caplen; u_int length = h->len; - if (caplen < (int) sizeof(nflog_hdr_t) || length < (int) sizeof(nflog_hdr_t)) { + if (caplen < sizeof(nflog_hdr_t) || length < sizeof(nflog_hdr_t)) { ND_PRINT((ndo, "[|nflog]")); return h_size; }