summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print-fr.c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1998-01-01 04:13:54 +0000
committerpst <pst@FreeBSD.org>1998-01-01 04:13:54 +0000
commita472b7fd712916a6d641014da562aa2202fc7274 (patch)
treeee89a92456a9462ab40fd8216dd362a230989469 /contrib/tcpdump/print-fr.c
parentd64dcc2cd693787a6f46d14e269cf94afb3b0eb2 (diff)
downloadFreeBSD-src-a472b7fd712916a6d641014da562aa2202fc7274.zip
FreeBSD-src-a472b7fd712916a6d641014da562aa2202fc7274.tar.gz
Handle frame relay, decode ATM VP/VC info, and handle ISO over FR.
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 f082488..80364d3 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>
OpenPOWER on IntegriCloud