aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-13 17:59:14 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-13 17:59:14 +0000
commitd5115ea9aa8d741772e04f987c5907772705893b (patch)
treec02c159fb3576ab5fc0804895b6cf9c11ee96e37 /etypes.h
parent14c5cc8f4ef3b01b938c6d94f30b097bbe3f9674 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1465 f5534014-38df-0310-8fa8-9805f1628bb7
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