Implemented IpV6Packet and added raw-data constructor to INet6Address
[senf.git] / Packets / EthernetPacket.hh
index ae4fdb2..56b1f49 100644 (file)
@@ -32,8 +32,8 @@
 //#include "EthernetPacket.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
 
-namespace satcom {
-namespace pkf {
+namespace senf {
+
     
     template <class Iterator=nil, class IPacket=nil>
     struct Parse_Ethernet : public ParserBase<Iterator,IPacket>
@@ -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 {
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// c-file-style: "senf"
 // End: