Skip to content
Snippets Groups Projects
Commit 12091d15 authored by cni's avatar cni
Browse files

Packets/DefaultBundle/MPLSPacket: added MPLS Ethertype to Ethernet registry

parent 487be71b
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,17 @@
#include <iomanip>
#include <boost/io/ios_state.hpp>
#include "EthernetPacket.hh"
#define prefix_
///////////////////////////////cc.p////////////////////////////////////////
namespace {
senf::PacketRegistry<senf::EtherTypes>::RegistrationProxy<senf::MPLSPacket>
registerMPLSPacket (0x8848);
}
// senf::MPLSPacketType
prefix_ void senf::MPLSPacketType::dump(packet p, std::ostream & os)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment