X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FDefaultBundle%2FEthernetPacket.hh;h=8eed2ecdd3df79854aeddf016f5b7da440ee55d2;hb=6c0332484574ed1cb571bbc0dc9f0a37d6653282;hp=51a2389e2774e8b18397f248746025871897c285;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/DefaultBundle/EthernetPacket.hh b/senf/Packets/DefaultBundle/EthernetPacket.hh index 51a2389..8eed2ec 100644 --- a/senf/Packets/DefaultBundle/EthernetPacket.hh +++ b/senf/Packets/DefaultBundle/EthernetPacket.hh @@ -28,8 +28,8 @@ // Custom includes #include -#include "../../Socket/Protocols/Raw/MACAddress.hh" -#include "../../Packets/Packets.hh" +#include +#include //#include "EthernetPacket.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -125,9 +125,12 @@ namespace senf { static void finalize(packet p); }; - /** \brief Ethernet packet typedef */ + /** \brief Ethernet packet typedef + \ingroup protocolbundle_default + */ typedef ConcretePacket EthernetPacket; + /** \brief Parse an ethernet VLAN tag Parser interpreting the ethernet VLAN tag. Fields are @@ -189,7 +192,9 @@ namespace senf { static void finalize(packet p); }; - /** \brief Ethernet VLAN tag typedef */ + /** \brief Ethernet VLAN tag typedef + \ingroup protocolbundle_default + */ typedef ConcretePacket EthVLanPacket; }