summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print.c
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-23 06:41:12 -0300
committerRenato Botelho <renato@netgate.com>2017-02-23 06:41:12 -0300
commit01a697b38d55406857d04f6b92d9aaf15e492384 (patch)
treee1d3385224c30e08fd3e71e318aced210cb89022 /contrib/tcpdump/print.c
parent4ef888db25896b2295f521c736ef04aa2e5e64ec (diff)
downloadFreeBSD-src-01a697b38d55406857d04f6b92d9aaf15e492384.zip
FreeBSD-src-01a697b38d55406857d04f6b92d9aaf15e492384.tar.gz
Importing pfSense patch tcpdump.pfsync.diff
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..385fbd5 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