aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-11 18:20:02 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-11 18:20:02 +0000
commitb83665d108b4722fd2ee5733c12e9aba8850ce56 (patch)
tree73dd25c0bcfc78bfd32ccc1889ad1d65c8bb37aa /epan/etypes.h
parent16e70f9e0a58523967d4ad345a9b306649db52a3 (diff)
Fix for bug 2396:
Wireshark expects 802.1ah Instance tags to have ethernet type 0x88f0, but latest 802.1ah draft 4.1 defines the 802.1ah Instance tag ethernet type to 0x88e7. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25442 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 1978daa80e..7f7f8e79c8 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -361,7 +361,7 @@
#endif
#ifndef ETHERTYPE_IEEE_802_1AH
-#define ETHERTYPE_IEEE_802_1AH 0x88F0 /* IEEE 802.1ah Provider Backbone Bridge Mac-in-Mac */
+#define ETHERTYPE_IEEE_802_1AH 0x88E7 /* IEEE 802.1ah Provider Backbone Bridge Mac-in-Mac */
#endif
#ifndef ETHERTYPE_PTP