some unimportant clean-ups ;)
[senf.git] / Packets / MPEGDVBBundle / GREPacket.cc
index dc6bf91..74ead8c 100644 (file)
 // Custom includes
 #include <boost/io/ios_state.hpp>
 #include <iomanip>
+#include <senf/Packets/DefaultBundle/IPv4Packet.hh>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
 SENF_PACKET_REGISTRY_REGISTER( senf::EtherTypes, 0x6558, senf::EthernetPacket );
+SENF_PACKET_REGISTRY_REGISTER( senf::IpTypes, 47, senf::GREPacket );
 
 prefix_ void senf::GREPacketType::dump(packet p, std::ostream & os)
 {