aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-12-27 11:19:46 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-12-27 11:19:46 +0000
commit01432aaf5c2e18ba7f6327151d39ececed70fadd (patch)
tree0286bc093935b6c880fc9753db8179c75f3bf8e2
parentf79410f0cd924af00e1099eddc4def05afdc8a13 (diff)
Add Media Independent Handover Protocol ethertype
svn path=/trunk/; revision=46801
-rw-r--r--epan/dissectors/packet-ethertype.c1
-rw-r--r--epan/etypes.h4
2 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 7b69d5c4d0..9a3fe8f407 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -164,6 +164,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_IEEE80211_DATA_ENCAP, "IEEE 802.11 data encapsulation" },
{ ETHERTYPE_LINX, "LINX IPC Protocol" },
{ ETHERTYPE_FIP, "FCoE Initialization Protocol" },
+ { ETHERTYPE_MIH, "Media Independent Handover Protocol" },
{ ETHERTYPE_ELMI, "Ethernet Local Management Interface (MEF16)" },
{ ETHERTYPE_PTP, "PTPv2 over Ethernet (IEEE1588)" },
{ ETHERTYPE_PRP, "Parallel Redundancy Protocol (PRP) and HSR Supervision (IEC62439 Part 3)" },
diff --git a/epan/etypes.h b/epan/etypes.h
index 61f2f075f4..2043779527 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -492,6 +492,10 @@
#define ETHERTYPE_FIP 0x8914 /* FCoE Initialization Protocol */
#endif
+#ifndef ETHERTYPE_MIH
+#define ETHERTYPE_MIH 0x8917 /* Media Independent Handover Protocol */
+#endif
+
#ifndef ETHERTYPE_TTE_PCF
#define ETHERTYPE_TTE_PCF 0x891D /* TTEthernet Protocol Control Frame */
#endif