aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcpdump/print-fr.c
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1998-01-01 04:13:54 +0000
committerPaul Traina <pst@FreeBSD.org>1998-01-01 04:13:54 +0000
commit1c1351793c36b3c34e62e64ff8668b75945ab8e0 (patch)
treefc5c0084eb5e1f3a4fa744532b069dae806566b2 /contrib/tcpdump/print-fr.c
parent914e5c17bc32db784f8daa97fd316c7b031e1ce7 (diff)
downloadsrc-1c1351793c36b3c34e62e64ff8668b75945ab8e0.tar.gz
src-1c1351793c36b3c34e62e64ff8668b75945ab8e0.zip
Handle frame relay, decode ATM VP/VC info, and handle ISO over FR.
Notes
Notes: svn path=/head/; revision=32149
Diffstat (limited to 'contrib/tcpdump/print-fr.c')
-rw-r--r--contrib/tcpdump/print-fr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/tcpdump/print-fr.c b/contrib/tcpdump/print-fr.c
index f0824881f895..80364d3a12ea 100644
--- a/contrib/tcpdump/print-fr.c
+++ b/contrib/tcpdump/print-fr.c
@@ -21,7 +21,7 @@
#ifndef lint
static char rcsid[] =
- "@(#)$Header: /cvs/juniper/src/freebsd/contrib/tcpdump/print-fr.c,v 1.2 1997/07/18 20:24:15 boonmark Exp $ (LBL)";
+ "@(#)$Header: /home/ncvs/src/contrib/tcpdump/print-fr.c,v 1.1 1997/12/31 21:50:31 pst Exp $ (LBL)";
#endif
#ifdef PPP
@@ -36,6 +36,7 @@ struct mbuf;
struct rtentry;
#endif
#include <net/if.h>
+#include <net/if_var.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>