Add some ethertypes

svn path=/trunk/; revision=12642
This commit is contained in:
Anders Broman 2004-12-01 20:57:27 +00:00
parent c12298c668
commit 0d8b4fc384
1 changed files with 10 additions and 1 deletions

View File

@ -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