aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-11 09:17:03 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-11 09:17:03 +0000
commitf54e01516a88b4cf3914325233363b4d38bebdb6 (patch)
tree9719387d3b97fb8d49a82848cf742d1937b5dfc9 /etypes.h
parentf70cc6b9f155b000f815d46dbbf39296e787d498 (diff)
From Erwin Rol: RTNET/TDMA support.
svn path=/trunk/; revision=7839
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 e1c85d1d0d..312208ad23 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.33 2003/04/22 08:50:07 guy Exp $
+ * $Id: etypes.h,v 1.34 2003/06/11 09:17:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -203,6 +203,10 @@
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif
+#ifndef ETHERTYPE_RTNET
+#define ETHERTYPE_RTNET 0x9021 /* RTNET protocol*/
+#endif
+
#ifndef ETHERTYPE_FCFT
/* type used to transport FC frames+MDS hdr internal to Cisco's MDS switch */
#define ETHERTYPE_FCFT 0xFCFC