aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-23 22:02:20 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-23 22:02:20 +0000
commit7edae33cf9e25dc9c7d99fcd3fc9c291e141433a (patch)
tree2379bfc3d5743f1af9cca510496ad2073ed7b824 /etypes.h
parentb0fc0a6ccb50929c17941535b8e009f3521dc44c (diff)
CGMP-over-Ethernet II support, from Heikki Vatiainen.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5009 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index 3a1a6c7eef..a1621b28af 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.23 2002/02/17 00:16:19 guy Exp $
+ * $Id: etypes.h,v 1.24 2002/03/23 22:02:20 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -56,6 +56,10 @@
#define ETHERTYPE_TRAIN 0x1984
#endif
+#ifndef ETHERTYPE_CGMP
+#define ETHERTYPE_CGMP 0x2001
+#endif
+
#ifndef ETHERTYPE_3C_NBP_DGRAM
#define ETHERTYPE_3C_NBP_DGRAM 0x3c07
#endif