summaryrefslogtreecommitdiff
path: root/print-pflog.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-pflog.c')
-rw-r--r--print-pflog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-pflog.c b/print-pflog.c
index 07f0732f..a2fba179 100644
--- a/print-pflog.c
+++ b/print-pflog.c
@@ -166,7 +166,7 @@ pflog_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h,
if (!ndo->ndo_eflag)
pflog_print(ndo, hdr);
if (!ndo->ndo_suppress_default_print)
- ndo->ndo_default_print(ndo, p, caplen);
+ ND_DEFAULTPRINT(p, caplen);
}
return (hdrlen);