Packets: Completely restructured #includes, introduced central Packets.hh file
[senf.git] / Packets / DefaultBundle / IpV4Packet.cc
index 8daed86..4241379 100644 (file)
 ///////////////////////////////cc.p////////////////////////////////////////
 
 namespace {
-    senf::PacketRegistry<senf::EtherTypes>::RegistrationProxy<senf::IpV4PacketType>
+    senf::PacketRegistry<senf::EtherTypes>::RegistrationProxy<senf::IpV4Packet>
         registerIpV4Packet (0x0800);
 
-    senf::PacketRegistry<senf::IpTypes>::RegistrationProxy<senf::IpV4PacketType>
+    senf::PacketRegistry<senf::IpTypes>::RegistrationProxy<senf::IpV4Packet>
         regsiterIpV4Packet2 (4); // IP-in-IP encapsulation
 }