X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FDTCPPacket.hh;h=78f226fc896dbcd2f384b762868ddb1fa28f1b9a;hb=6927c87144ca23845065e3c23e37c75f5f059cf3;hp=d3a8e05d1ae281b557c9f35815884fb315ef744a;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Packets/MPEGDVBBundle/DTCPPacket.hh b/Packets/MPEGDVBBundle/DTCPPacket.hh index d3a8e05..78f226f 100644 --- a/Packets/MPEGDVBBundle/DTCPPacket.hh +++ b/Packets/MPEGDVBBundle/DTCPPacket.hh @@ -44,8 +44,8 @@ namespace senf { { # include SENF_PARSER() - SENF_PARSER_PRIVATE_FIELD( fbipCount_, UInt8Parser ); - SENF_PARSER_PRIVATE_FIELD( reserved_, UInt8Parser ); + SENF_PARSER_PRIVATE_FIELD( fbipCount_, UInt8Parser ); //pkgdraw: name=vers SENF_PARSER_BITFIELD ( versionNumber, 4, unsigned ); // must be 1 - SENF_PARSER_BITFIELD ( command, 4, unsigned ); + SENF_PARSER_BITFIELD ( command, 4, unsigned ); //pkgdraw: name= SENF_PARSER_PRIVATE_FIELD ( reserved1_, UInt8Parser ); // must be zero // Go back to fbipCount so the variant has access to that field @@ -127,6 +129,8 @@ namespace senf { \par Fields: \ref DTCPHelloPacketParser + \image html DTCPPacket.png + \ingroup protocolbundle_mpegdvb */ struct DTCPHelloPacketType