aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-27 21:09:43 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-27 21:09:43 +0000
commit254f2f790b406ce5f4e74ca7e3162f0c686f8385 (patch)
tree2907608aa862ca54ee367ac2663d9b05ae735772 /etypes.h
parentb2c0b30ff90ff94452e6d331f51b8c9a4e5166c7 (diff)
From Erwin Rol: RTCFG support.
Add in a URL to the RTNET home page. svn path=/trunk/; revision=9102
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 c6c5cddfe8..b7c57e84a6 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.36 2003/11/17 18:23:34 ulfl Exp $
+ * $Id: etypes.h,v 1.37 2003/11/27 21:09:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -220,6 +220,10 @@
#define ETHERTYPE_RTNET 0x9021 /* RTNET protocol*/
#endif
+#ifndef ETHERTYPE_RTCFG
+#define ETHERTYPE_RTCFG 0x9022 /* RTCFG protocol*/
+#endif
+
#ifndef ETHERTYPE_FCFT
/* type used to transport FC frames+MDS hdr internal to Cisco's MDS switch */
#define ETHERTYPE_FCFT 0xFCFC