Add Ethertype for Network Controller Sideband Interface

svn path=/trunk/; revision=47691
This commit is contained in:
Jörg Mayer 2013-02-16 10:31:20 +00:00
parent 46dbc91896
commit b5efdcf02c
2 changed files with 10 additions and 5 deletions

View File

@ -167,6 +167,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_MIH, "Media Independent Handover Protocol" },
{ ETHERTYPE_ELMI, "Ethernet Local Management Interface (MEF16)" },
{ ETHERTYPE_PTP, "PTPv2 over Ethernet (IEEE1588)" },
{ ETHERTYPE_NCSI, "Network Controller Sideband Interface" },
{ ETHERTYPE_PRP, "Parallel Redundancy Protocol (PRP) and HSR Supervision (IEC62439 Part 3)" },
{ ETHERTYPE_FLIP, "Flow Layer Internal Protocol" },
{ ETHERTYPE_ROCE, "RDMA over Converged Ethernet" },

View File

@ -85,7 +85,7 @@
#endif
#ifndef ETHERTYPE_BPQ
#define ETHERTYPE_BPQ 0x08ff /* AX.25 over ethernet (not officially registered) */
#define ETHERTYPE_BPQ 0x08FF /* AX.25 over ethernet (not officially registered) */
#endif
#ifndef ETHERTYPE_VINES_IP
@ -456,9 +456,13 @@
#ifndef ETHERTYPE_PTP
#define ETHERTYPE_PTP 0x88F7 /* IEEE1588v2 (PTPv2) over Ethernet */
#endif /* in particular for the information exchange between IED's in a power */
/* transmission or distribution substation. */
/* There are three types of application services */
#endif /* in particular for the information exchange between IED's in a power */
/* transmission or distribution substation. */
/* There are three types of application services */
#ifndef ETHERTYPE_NCSI
#define ETHERTYPE_NCSI 0x88F8 /* DMTF NC-SI: Network Controller Sideband Interface */
#endif
#ifndef ETHERTYPE_PRP
#define ETHERTYPE_PRP 0x88FB /* Parallel Redundancy Protocol (IEC62439 Part 3) */
@ -493,7 +497,7 @@
#endif
#ifndef ETHERTYPE_MIH
#define ETHERTYPE_MIH 0x8917 /* Media Independent Handover Protocol */
#define ETHERTYPE_MIH 0x8917 /* Media Independent Handover Protocol */
#endif
#ifndef ETHERTYPE_TTE_PCF