X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FDefaultBundle%2FUDPPacket.hh;h=ff8fc488cf55cb8e719d56a902d291b790cef991;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=456b3259b2a8f0265168be192ba87a73615bb3fc;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/DefaultBundle/UDPPacket.hh b/senf/Packets/DefaultBundle/UDPPacket.hh index 456b325..ff8fc48 100644 --- a/senf/Packets/DefaultBundle/UDPPacket.hh +++ b/senf/Packets/DefaultBundle/UDPPacket.hh @@ -27,10 +27,10 @@ #define HH_SENF_Packets_DefaultBundle_UDPPacket_ 1 // Custom includes -#include "../../Packets/Packets.hh" +#include //#include "UDPPacket.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -38,7 +38,7 @@ namespace senf { Parser implementing the UDP header. The fields implemented are: \image html UDPPacket.png - + \see UDPPacketType \n RFC 768 */ @@ -64,7 +64,7 @@ namespace senf { }; /** \brief UDP packet - + \par Packet type (typedef): \ref UDPPacket @@ -83,7 +83,7 @@ namespace senf { \ref UDPPacketParser::checksum() "Checksum" - + \par Finalize action: \copydetails finalize() @@ -105,20 +105,22 @@ namespace senf { /** \brief Dump given UDPPacket in readable form to given output stream */ static void dump(packet p, std::ostream & os); - + static void finalize(packet p); ///< Finalize packet. - /**< \li set \ref UDPPacketParser::length() "length" from + /**< \li set \ref UDPPacketParser::length() "length" from payload size - \li calculate and set \ref UDPPacketParser::checksum() + \li calculate and set \ref UDPPacketParser::checksum() "checksum" */ }; - /** \brief UDP packet typedef */ + /** \brief UDP packet typedef + \ingroup protocolbundle_default + */ typedef ConcretePacket UDPPacket; } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "UDPPacket.cci" //#include "UDPPacket.ct" //#include "UDPPacket.cti"