X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FDefaultBundle%2FUDPPacket.hh;h=ff8fc488cf55cb8e719d56a902d291b790cef991;hb=394ced7000128fef7e753caea1deda8d55dec8e2;hp=e03408f7ca0b45be167e0bcaf538e02bb1867e2b;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Packets/DefaultBundle/UDPPacket.hh b/senf/Packets/DefaultBundle/UDPPacket.hh index e03408f..ff8fc48 100644 --- a/senf/Packets/DefaultBundle/UDPPacket.hh +++ b/senf/Packets/DefaultBundle/UDPPacket.hh @@ -30,7 +30,7 @@ #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"