X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FTLVPacket.hh;h=f52da1cdb4fb384951d7b09a155a955f570faff2;hb=ae06fe86f16fdabb7ffb219d255444d2eb4f4f79;hp=5f43f8bda2855f342de7c50a02da0c0881f7a581;hpb=54eed72c506b09ef5b4be0b62fecedfbc0e3f261;p=senf.git diff --git a/Packets/MPEGDVBBundle/TLVPacket.hh b/Packets/MPEGDVBBundle/TLVPacket.hh index 5f43f8b..f52da1c 100644 --- a/Packets/MPEGDVBBundle/TLVPacket.hh +++ b/Packets/MPEGDVBBundle/TLVPacket.hh @@ -80,7 +80,7 @@ namespace senf { /** \brief parse TLVPacket Packet - XXX + \see TLVPacketType */ @@ -88,13 +88,14 @@ namespace senf { { # include SENF_PARSER() - SENF_PARSE_FIELD( type, Parse_UInt32 ); - SENF_PARSE_FIELD( length, Parse_TLVPacketLength ); + SENF_PARSER_FIELD( type, Parse_UInt32 ); + SENF_PARSER_FIELD( length, Parse_TLVPacketLength ); SENF_PARSER_FINALIZE(Parse_TLVPacket); }; /** \brief TLV Packet + \image html TLV.png \par Packet type (typedef): \ref TLVPacket