Offset moves too far when dissecting an Information OAMPDU with Organization Specific TLV

svn path=/trunk/; revision=42157
This commit is contained in:
pascal 2012-04-20 12:22:27 +00:00
parent b227c024fe
commit 073c692002
1 changed files with 1 additions and 1 deletions

View File

@ -2256,7 +2256,7 @@ dissect_oampdu_information(tvbuff_t *tvb, proto_tree *tree)
proto_tree_add_item(info_tree, hf_oampdu_info_vendor,
tvb, offset, raw_octet-5, ENC_NA);
offset += raw_octet-2;
offset += raw_octet-5;
}
else if (info_type==OAMPDU_INFO_TYPE_ENDMARKER)