aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ethertype.c1
-rw-r--r--epan/etypes.h14
2 files changed, 10 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 9a3fe8f407..b3a8dea332 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -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" },
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