Skip correct number of bytes.

svn path=/trunk/; revision=40115
This commit is contained in:
Martin Mathieson 2011-12-08 11:15:31 +00:00
parent dd48ee3af3
commit 61d252a42b
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ static int dissect_pdcp_dynamic_chain(proto_tree *tree,
proto_tree_add_item(dynamic_ipv4_tree, hf_pdcp_lte_rohc_dynamic_ipv4_nbo, tvb, offset, 1, ENC_BIG_ENDIAN);
/* TODO: general extension header list... */
offset += 3;
offset++;
/* Set proper length for subtree */
proto_item_set_len(root_ti, offset-tree_start_offset);