diff options
author | Renato Botelho <renato@netgate.com> | 2017-02-23 06:41:12 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-02-23 06:41:12 -0300 |
commit | 01a697b38d55406857d04f6b92d9aaf15e492384 (patch) | |
tree | e1d3385224c30e08fd3e71e318aced210cb89022 /contrib/tcpdump/print.c | |
parent | 4ef888db25896b2295f521c736ef04aa2e5e64ec (diff) | |
download | FreeBSD-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.c | 3 |
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 |