aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-10-19 21:22:42 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-10-19 21:22:42 +0000
commit0f50a6fb7ebeadfdabd493ec8977337403a3d68b (patch)
tree19d332f7276e7ff08044db89f4d985dff5f234fa /epan/etypes.h
parentf03f4de4c5d282325910e313289bdb17f4af82d3 (diff)
From pascl via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6465
New Protocol Submission for MVRP (Multiple VLAN Registration Protocol) Missed modification of etypes.h file svn path=/trunk/; revision=39478
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index ec6fb81883..d004d4b5d3 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -430,6 +430,10 @@
#define ETHERTYPE_IEEE_802_1AH 0x88E7 /* IEEE 802.1ah Provider Backbone Bridge Mac-in-Mac */
#endif
+#ifndef ETHERTYPE_MVRP
+#define ETHERTYPE_MVRP 0x88F5 /* IEEE 802.1ak Multiple VLAN Registration Protocol */
+#endif
+
#ifndef ETHERTYPE_MMRP
#define ETHERTYPE_MMRP 0x88F6 /* IEEE 802.1ak Multiple MAC Registration Protocol */
#endif