CFM: fix CFM Type Test signal (TST) without CRC dissection

Bug: 11286
Change-Id: I8efce21e2bab55f9fea50a234419082cdc288f4e
Reviewed-on: https://code.wireshark.org/review/9048
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
JustinKu 2015-06-22 20:47:23 -07:00 committed by Pascal Quantin
parent ce9c1dfd07
commit 46e5fd833e
1 changed files with 1 additions and 1 deletions

View File

@ -1527,7 +1527,7 @@ static void dissect_cfm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
case 2:
proto_tree_add_item(cfm_tlv_tree, hf_tlv_tst_test_pattern,
tvb, tlv_data_offset, cfm_tlv_length-1, ENC_NA);
tlv_data_offset += cfm_tlv_length;
tlv_data_offset += cfm_tlv_length-1;
break;
case 1:
case 3: