diff options
Diffstat (limited to 'print-nflog.c')
| -rw-r--r-- | print-nflog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-nflog.c b/print-nflog.c index 5985799e..29d23b62 100644 --- a/print-nflog.c +++ b/print-nflog.c @@ -155,7 +155,7 @@ nflog_if_print(struct netdissect_options *ndo, length + sizeof(nflog_hdr_t)); if (!ndo->ndo_suppress_default_print) - ndo->ndo_default_print(ndo, p, caplen); + ND_DEFAULTPRINT(p, caplen); break; } |
