Packets/80221Bundle/MIHPacket: fixed EtherType registration
[senf.git] / senf / Packets / 80221Bundle / MIHPacket.cc
index 748bec4..cf7fb41 100644 (file)
@@ -36,7 +36,7 @@
 ///////////////////////////////cc.p////////////////////////////////////////
 
 namespace {
-    SENF_PACKET_REGISTRY_REGISTER( senf::EtherTypes, 0x86dd, senf::MIHPacket);
+    SENF_PACKET_REGISTRY_REGISTER( senf::EtherTypes, 0x8917, senf::MIHPacket);
 }
 
 ///////////////////////////////////////////////////////////////////////////