X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FEthernetPacket.hh;h=56b1f49607bf8907d23a2506c8cb328b4c93e0f9;hb=33157146abaca548e145c577a0840cd1bd427789;hp=ae4fdb280373ec284a99eb5898bad3436983ed3e;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/EthernetPacket.hh b/Packets/EthernetPacket.hh index ae4fdb2..56b1f49 100644 --- a/Packets/EthernetPacket.hh +++ b/Packets/EthernetPacket.hh @@ -32,8 +32,8 @@ //#include "EthernetPacket.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + template struct Parse_Ethernet : public ParserBase @@ -58,6 +58,7 @@ namespace pkf { }; struct EtherTypes { + // See http://www.iana.org/assignments/ethernet-numbers typedef boost::uint16_t key_t; }; @@ -136,7 +137,7 @@ namespace pkf { friend class Packet; }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// @@ -148,5 +149,5 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: