summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print-nflog.c1
1 files changed, 1 insertions, 0 deletions
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;
}