]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of FDDI cruft left over from copying fddi.h to ipfc.h and
authorguy <guy>
Wed, 11 Dec 2002 07:05:21 +0000 (07:05 +0000)
committerguy <guy>
Wed, 11 Dec 2002 07:05:21 +0000 (07:05 +0000)
hacking away on it.

ipfc.h

diff --git a/ipfc.h b/ipfc.h
index 0d819cc92096ae5fbb1c74df60d884d60a3c781c..7c481faae6d54d778a3dffaf5ab1e5148c1b7263 100644 (file)
--- a/ipfc.h
+++ b/ipfc.h
@@ -18,7 +18,7 @@
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * @(#) $Header: /tcpdump/master/tcpdump/ipfc.h,v 1.2 2002-11-09 17:19:19 itojun Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/ipfc.h,v 1.3 2002-12-11 07:05:21 guy Exp $ (LBL)
  */
 
 struct ipfc_header {
  */
 
 struct ipfc_header {
@@ -27,33 +27,3 @@ struct ipfc_header {
 } __attribute__((packed));
 
 #define IPFC_HDRLEN 16
 } __attribute__((packed));
 
 #define IPFC_HDRLEN 16
-
-/* Useful values for fddi_fc (frame control) field */
-
-/*
- * FDDI Frame Control bits
- */
-#define        FDDIFC_C                0x80            /* Class bit */
-#define        FDDIFC_L                0x40            /* Address length bit */
-#define        FDDIFC_F                0x30            /* Frame format bits */
-#define        FDDIFC_Z                0x0f            /* Control bits */
-
-/*
- * FDDI Frame Control values. (48-bit addressing only).
- */
-#define        FDDIFC_VOID             0x40            /* Void frame */
-#define        FDDIFC_NRT              0x80            /* Nonrestricted token */
-#define        FDDIFC_RT               0xc0            /* Restricted token */
-#define        FDDIFC_SMT_INFO         0x41            /* SMT Info */
-#define        FDDIFC_SMT_NSA          0x4F            /* SMT Next station adrs */
-#define        FDDIFC_MAC_BEACON       0xc2            /* MAC Beacon frame */
-#define        FDDIFC_MAC_CLAIM        0xc3            /* MAC Claim frame */
-#define        FDDIFC_LLC_ASYNC        0x50            /* Async. LLC frame */
-#define        FDDIFC_LLC_SYNC         0xd0            /* Sync. LLC frame */
-#define        FDDIFC_IMP_ASYNC        0x60            /* Implementor Async. */
-#define        FDDIFC_IMP_SYNC         0xe0            /* Implementor Synch. */
-#define FDDIFC_SMT             0x40            /* SMT frame */
-#define FDDIFC_MAC             0xc0            /* MAC frame */
-
-#define        FDDIFC_CLFF             0xF0            /* Class/Length/Format bits */
-#define        FDDIFC_ZZZZ             0x0F            /* Control bits */