aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
diff options
context:
space:
mode:
authordimeg <dimeg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-20 16:23:18 +0000
committerdimeg <dimeg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-20 16:23:18 +0000
commit61a4c081cb2499be9fb8f1ca98a312973ee1db9e (patch)
tree73eeb4ae3ebb9344b55f0b28c0f032fbabb467eb /epan/dissectors/packet-gsm_a_bssmap.c
parent2f2fe292972cf498577b486a77a1604b9f11779a (diff)
When decoding a Cell Identifier, curr_offset is not increased after
reading rnc-id git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31032 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gsm_a_bssmap.c')
-rw-r--r--epan/dissectors/packet-gsm_a_bssmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_a_bssmap.c b/epan/dissectors/packet-gsm_a_bssmap.c
index fe4b873006..e741feaa2a 100644
--- a/epan/dissectors/packet-gsm_a_bssmap.c
+++ b/epan/dissectors/packet-gsm_a_bssmap.c
@@ -1506,6 +1506,7 @@ be_cell_id_aux(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar
*/
value = tvb_get_ntohs(tvb, curr_offset);
proto_tree_add_item(tree, hf_gsm_a_bssmap_be_rnc_id, tvb, curr_offset, 2, FALSE);
+ curr_offset += 2;
if (add_string)
{