X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80221Bundle%2FTLVPacket.hh;h=f0e6e9cdededb618fd6c474730d8bab04bc0753a;hb=6aa7b87666f6f06e6e5cff5eb9b3d357e303abcd;hp=092848349a02d8e8cb29e6905e7f53601687b8c5;hpb=9f8db3c2438370dfc3118090aaf66a5e4c27a26f;p=senf.git diff --git a/senf/Packets/80221Bundle/TLVPacket.hh b/senf/Packets/80221Bundle/TLVPacket.hh index 0928483..f0e6e9c 100644 --- a/senf/Packets/80221Bundle/TLVPacket.hh +++ b/senf/Packets/80221Bundle/TLVPacket.hh @@ -137,11 +137,7 @@ namespace senf { }; protected: - /// return size of length field - size_type length_bytes() const { return length_().bytes(); }; - /// set length field to given value - void length(DynamicTLVLengthParser::value_type &v) { length_() = v; }; - /// resize the Packet after the length field to given size + /// resize the packet after the length field to given size senf::safe_data_iterator resizeValueField(DynamicTLVLengthParser::value_type size); }; @@ -198,7 +194,9 @@ namespace senf { }; - /** \brief GenericTLV packet typedef */ + /** \brief GenericTLV packet typedef + \ingroup protocolbundle_80221 + */ typedef ConcretePacket GenericTLVPacket; }