X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80221Bundle%2FTLVParser.hh;h=2940400a21222946035f891e1f44da1716ce11ae;hb=92d091c2e5b387ca0c9930c7bc88d9b45630a845;hp=ce4048148b1c81c90ac7b11cf385604860e9071d;hpb=be253d22a60afc49fa9265fcff4728742e9f9a2d;p=senf.git diff --git a/senf/Packets/80221Bundle/TLVParser.hh b/senf/Packets/80221Bundle/TLVParser.hh index ce40481..2940400 100644 --- a/senf/Packets/80221Bundle/TLVParser.hh +++ b/senf/Packets/80221Bundle/TLVParser.hh @@ -133,7 +133,8 @@ namespace senf { */ void maxLength(MIHTLVLengthParser::value_type maxl) const; - void validateTL(boost::uint8_t type, MIHTLVLengthParser::value_type length) const; + void validateType(boost::uint8_t type) const; + void validateTypeLength(boost::uint8_t type, MIHTLVLengthParser::value_type length) const; };