summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-fddi.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tcpdump/print-fddi.c')
-rw-r--r--usr.sbin/tcpdump/print-fddi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-fddi.c b/usr.sbin/tcpdump/print-fddi.c
index afc1ee63721..eadc798d802 100644
--- a/usr.sbin/tcpdump/print-fddi.c
+++ b/usr.sbin/tcpdump/print-fddi.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-fddi.c,v 1.8 1999/09/16 20:58:46 brad Exp $ (LBL)";
+ "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-fddi.c,v 1.9 2000/03/07 16:50:42 chris Exp $ (LBL)";
#endif
#ifdef HAVE_FDDI
@@ -267,8 +267,8 @@ fddi_if_print(u_char *pcap, const struct pcap_pkthdr *h,
{
u_int caplen = h->caplen;
u_int length = h->len;
+ u_short extracted_ethertype;
const struct fddi_header *fddip = (struct fddi_header *)p;
- extern u_short extracted_ethertype;
struct ether_header ehdr;
ts_print(&h->ts);