Fix dissection of feedback with large CID

svn path=/trunk/; revision=47955
This commit is contained in:
Pascal Quantin 2013-02-28 22:22:52 +00:00
parent 4cf12b41be
commit 8ed55b8eef
1 changed files with 1 additions and 0 deletions

View File

@ -2181,6 +2181,7 @@ start_over:
get_self_describing_var_len_val(tvb, sub_tree, offset, hf_rohc_large_cid, &val_len);
/* feedback_data_len - "length of large CID" */
feedback_data_len = feedback_data_len - val_len;
offset += val_len;
}
/* Dissect feedback */