git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1270
270642c3-0616-0410-b53a-bc976706d245
switch (bytes() ) {
case 1:
if (v > 128) throw( TLVLengthException());
- fixed_length_field() = v;
+ length_field() = v;
return;
case 2:
if (v > UInt8Parser::max_value + 128) throw( TLVLengthException());