summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/print.c')
-rw-r--r--contrib/tcpdump/print.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/tcpdump/print.c b/contrib/tcpdump/print.c
index 41ca9ca..0e8a509 100644
--- a/contrib/tcpdump/print.c
+++ b/contrib/tcpdump/print.c
@@ -127,6 +127,9 @@ static const struct printer printers[] = {
#ifdef DLT_LINUX_SLL
{ sll_if_print, DLT_LINUX_SLL },
#endif
+#if defined(DLT_PFSYNC) && defined(HAVE_NET_PFVAR_H)
+ { pfsync_if_print, DLT_PFSYNC },
+#endif
#ifdef DLT_FR
{ fr_if_print, DLT_FR },
#endif
OpenPOWER on IntegriCloud