aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-13 17:59:14 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-13 17:59:14 +0000
commit288e23e5d819f88b0f9ce496c31dfd523d8ac2c7 (patch)
treec02c159fb3576ab5fc0804895b6cf9c11ee96e37 /etypes.h
parentcc9a1060ca37d8e5bf6660b291b0f871bbe1e93c (diff)
0x2000, for CDP, doesn't appear to be an Ethernet type - it's not
registered as a type for CDP, and CDP packets appear to be LLC packets with an OUI of 00-00-0C, not the encapsulated Ethernet OUI of 00-00-00. svn path=/trunk/; revision=1465
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/etypes.h b/etypes.h
index 8997da87e0..2386ba4941 100644
--- a/etypes.h
+++ b/etypes.h
@@ -1,7 +1,7 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
- * $Id: etypes.h,v 1.11 2000/01/13 04:49:54 guy Exp $
+ * $Id: etypes.h,v 1.12 2000/01/13 17:59:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -86,10 +86,6 @@
/* Created by Netmon as a summary packet */
#endif
-#ifndef ETHERTYPE_CDP
-#define ETHERTYPE_CDP 0x2000 /* Cisco Discovery Protocol */
-#endif
-
#ifndef ETHERTYPE_LOOP
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif