aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2004-12-01 20:57:27 +0000
committerAnders Broman <anders.broman@ericsson.com>2004-12-01 20:57:27 +0000
commit0d8b4fc384b4047679905bed9051cfe3f26dc166 (patch)
treeab4018afa1763840dc97c4103e23de60ac444e43 /etypes.h
parentc12298c6684fe55cb69279db90a7f4d82f34182b (diff)
Add some ethertypes
svn path=/trunk/; revision=12642
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index 4b8327e0a0..454d936b3f 100644
--- a/etypes.h
+++ b/etypes.h
@@ -43,6 +43,7 @@
* tcpdump's ethertype.h
* http://www.cavebear.com/CaveBear/Ethernet/
* http://standards.ieee.org/regauth/ethertype/type-pub.html
+ * http://standards.ieee.org/regauth/ethertype/eth.txt
*/
#ifndef ETHERTYPE_VINES_IP
@@ -117,7 +118,11 @@
#endif
#ifndef ETHERTYPE_ETHBRIDGE
-#define ETHERTYPE_ETHBRIDGE 0x6558 /* transparent Ethernet bridging */
+#define ETHERTYPE_ETHBRIDGE 0x6558 /* transparent Ethernet bridging Trans Ether Bridging [RFC1701]*/
+#endif
+
+#ifndef ETHERTYPE_RAW_FR
+#define ETHERTYPE_RAW_FR 0x6559 /* Raw Frame Relay [RFC1701] */
#endif
#ifndef ETHERTYPE_REVARP
@@ -204,6 +209,10 @@
#define ETHERTYPE_MS_NLB_HEARTBEAT 0x886f /* MS Network Load Balancing heartbeat http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/windows2000serv/deploy/confeat/nlbovw.asp */
#endif
+#ifndef ETHERTYPE_CDMA2000_A10_UBS
+#define ETHERTYPE_CDMA2000_A10_UBS 0x8881 /* the byte stream protocol that is used for IP based micro-mobility bearer interfaces (A10) in cdma2000® based wireless networks */
+#endif
+
#ifndef ETHERTYPE_EAPOL
#define ETHERTYPE_EAPOL 0x888e /* 802.1x Authentication */
#endif