Add ethertype for IEEE 802.1ag Connectivity Fault Management (CFM) protocol

svn path=/trunk/; revision=23081
This commit is contained in:
Anders Broman 2007-10-07 15:14:27 +00:00
parent feced5f683
commit dd12268277
2 changed files with 5 additions and 0 deletions

View File

@ -135,6 +135,7 @@ const value_string etype_vals[] = {
{PPP_PAP, "PPP Password Authentication Protocol" },
{PPP_CCP, "PPP Compression Control Protocol" },
{ETHERTYPE_LLT, "Veritas Low Latency Transport (not officially registered)"},
{ETHERTYPE_CFM, "IEEE 802.1ag Connectivity Fault Management (CFM) protocol" },
{ETHERTYPE_FCOE, "Fibre Channel over Ethernet" },
{ETHERTYPE_PTP, "PTPv2 over Ethernet (IEEE1588)"},
{0, NULL } };

View File

@ -358,6 +358,10 @@
/* transmission or distribution substation. */
/* There are three types of application services */
#ifndef ETHERTYPE_CFM
#define ETHERTYPE_CFM 0x8902 /* IEEE 802.1ag Connectivity Fault Management */
#endif /* (CFM) protocol. */
#ifndef ETHERTYPE_FCOE
#define ETHERTYPE_FCOE 0x8906 /* Fibre Channel over Ethernet */
#endif