summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-03-21 14:16:53 +0100
committerAnders Broman <a.broman58@gmail.com>2017-03-21 15:11:39 +0000
commit041cc881a970512f8c63fe9a5a46897abd5da4a2 (patch)
tree4a7a8e751fa376f5340c3eba6912cdf7944e5df8 /epan
parentca1f1141bee226281c5409d82ad98af6b80ded2c (diff)
downloadwireshark-041cc881a970512f8c63fe9a5a46897abd5da4a2.tar.gz
[BSSGP] Set cur_offset after expert info,UTRA SI Container - not
dissected yet to continur dissection. Change-Id: Ibe3235b4238969e49915a6b9ecdd475f5a3cc620 Reviewed-on: https://code.wireshark.org/review/20654 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-bssgp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bssgp.c b/epan/dissectors/packet-bssgp.c
index 94c59d5127..80d795df0b 100644
--- a/epan/dissectors/packet-bssgp.c
+++ b/epan/dissectors/packet-bssgp.c
@@ -1961,6 +1961,7 @@ de_bssgp_ran_information_app_cont_unit(tvbuff_t *tvb, proto_tree *tree, packet_i
* encoded as defined in TS 25.331
*/
proto_tree_add_expert_format(tree, pinfo, &ei_bssgp_not_dissected_yet, tvb, curr_offset, len-(curr_offset-offset), "UTRA SI Container - not dissected yet");
+ curr_offset = curr_offset + (len - (curr_offset - offset));
break;
default :