aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-02-16 10:31:20 +0000
committerJörg Mayer <jmayer@loplof.de>2013-02-16 10:31:20 +0000
commitb5efdcf02cba1481d0284bc13ef1cad4461f97f6 (patch)
treec8fa2412b106fc59b32dba4f7745c030ceb17f4e /epan/etypes.h
parent46dbc918967bedc45afc809aef9093d152a2e496 (diff)
Add Ethertype for Network Controller Sideband Interface
svn path=/trunk/; revision=47691
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 2043779527..138416a29e 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -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