Add ETHERTYPE_ATMOE

svn path=/trunk/; revision=45951
This commit is contained in:
Anders Broman 2012-11-06 19:56:37 +00:00
parent d7d1840e67
commit fa3cca29dd
2 changed files with 5 additions and 0 deletions

View File

@ -116,6 +116,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_RTMAC, "Real-Time Media Access Control" },
{ ETHERTYPE_RTCFG, "Real-Time Configuration Protocol" },
{ ETHERTYPE_CDMA2000_A10_UBS, "CDMA2000 A10 Unstructured byte stream" },
{ ETHERTYPE_ATMOE, "ATM over Ethernet" },
{ ETHERTYPE_PROFINET, "PROFINET"},
{ ETHERTYPE_AOE, "ATA over Ethernet" },
{ ETHERTYPE_ECATF, "EtherCAT frame" },

View File

@ -310,6 +310,10 @@
#define ETHERTYPE_CDMA2000_A10_UBS 0x8881 /* the byte stream protocol that is used for IP based micro-mobility bearer interfaces (A10) in CDMA2000(R)-based wireless networks */
#endif
#ifndef ETHERTYPE_ATMOE
#define ETHERTYPE_ATMOE 0x8884 /* A simple ATM over Ethernet encapsulation */
#endif
#ifndef ETHERTYPE_EAPOL
#define ETHERTYPE_EAPOL 0x888E /* 802.1x Authentication */
#endif