summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/tcpdump.c
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-04-15 13:26:56 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2016-04-15 13:26:56 -0500
commitb4f8f6671b3f0f1f8a43368d47046475d37f33d6 (patch)
tree13d6c5409ec94837b1c623565cc9d35182959f3e /contrib/tcpdump/tcpdump.c
parentda4e972b334692e031d1f7deea7e4db02d1c0fdc (diff)
downloadFreeBSD-src-b4f8f6671b3f0f1f8a43368d47046475d37f33d6.zip
FreeBSD-src-b4f8f6671b3f0f1f8a43368d47046475d37f33d6.tar.gz
Importing pfSense patch tcpdump.pfsync.diff
Diffstat (limited to 'contrib/tcpdump/tcpdump.c')
-rw-r--r--contrib/tcpdump/tcpdump.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/tcpdump/tcpdump.c b/contrib/tcpdump/tcpdump.c
index bc0c5ee..ce88d59 100644
--- a/contrib/tcpdump/tcpdump.c
+++ b/contrib/tcpdump/tcpdump.c
@@ -305,6 +305,9 @@ static const struct ndo_printer ndo_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