aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fddi.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-29 10:59:12 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-29 10:59:12 +0000
commit4135309cbde3c44a66db42de2520f4a0b01eadc3 (patch)
treee72164f1cac50ce0a89b785a99f35cdee2254055 /packet-fddi.h
parent19a99f8a34725ca82f98a0214eefd4e5f2d3cb62 (diff)
Add endpoint talkers support for FDDI to ethereal and tethereal
Welcome FDDI into the endpoint talkers family. Nobody gets left behind! svn path=/trunk/; revision=8310
Diffstat (limited to 'packet-fddi.h')
-rw-r--r--packet-fddi.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/packet-fddi.h b/packet-fddi.h
index db8125f43b..a8f6a95e11 100644
--- a/packet-fddi.h
+++ b/packet-fddi.h
@@ -1,6 +1,6 @@
/* packet-fddi.h
*
- * $Id: packet-fddi.h,v 1.7 2002/08/28 21:00:13 jmayer Exp $
+ * $Id: packet-fddi.h,v 1.8 2003/08/29 10:59:10 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -24,6 +24,12 @@
#ifndef __PACKET_FDDI_H__
#define __PACKET_FDDI_H__
+typedef struct _fddi_hdr {
+ guint8 fc;
+ address dst;
+ address src;
+} fddi_hdr;
+
void capture_fddi(const guchar *, int, packet_counts *);
#endif