From ea684418afcbbe7b45482919ee0bed96fa84fe53 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 4 May 2020 19:32:47 +0200 Subject: NFLOG: Add a missing nd_print_trunc() call --- print-nflog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'print-nflog.c') diff --git a/print-nflog.c b/print-nflog.c index 77f52f50..83222da6 100644 --- a/print-nflog.c +++ b/print-nflog.c @@ -144,6 +144,7 @@ nflog_if_print(netdissect_options *ndo, ndo->ndo_protocol = "nflog"; if (caplen < NFLOG_HDR_LEN) { + nd_print_trunc(ndo); ndo->ndo_ll_header_length += caplen; return; } -- cgit v1.2.1