X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fc133e2edba0fce13d34813308e7523596f869e1..7781ecd3a2fd0ba1c28f8f5caa5bbbcdbf99bb3f:/print-nflog.c diff --git a/print-nflog.c b/print-nflog.c index adeecd39..fb4779c8 100644 --- a/print-nflog.c +++ b/print-nflog.c @@ -86,7 +86,7 @@ nflog_if_print(struct netdissect_options *ndo, } if (!(hdr->nflog_version) == 0) { - ND_PRINT((ndo, ", NFLOG version mismatch: %u", hdr->nflog_version)); + ND_PRINT((ndo, "version %u (unknown)", hdr->nflog_version)); return h_size; }