aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-10-09 22:14:01 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-10-09 20:34:16 +0000
commit40e6d764c54ce39bd4702a891cebd41a26d9e268 (patch)
treee8489c18c07f5f336e5498d0b2160dac94ed31d6 /epan/dissectors/packet-gtpv2.c
parente00ac05cf33f8ec13b042d51e85355d39f7e113e (diff)
GTPv2: fix an infinite loop
Bug: 10548 Change-Id: I916e15cecf0ec9dc607362b902709567d69243df Reviewed-on: https://code.wireshark.org/review/4578 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gtpv2.c')
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index d781ca639f..dd04f8ac18 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -5239,7 +5239,7 @@ dissect_diameter_3gpp_presence_reporting_area_elements_list(tvbuff_t *tvb, packe
proto_tree_add_subtree_format(tree, tvb, offset, 7, ett_gtpv2_preaa_henbs, NULL, "Home eNB ID %u",i);
offset+=7;
i++;
- no_mENB--;
+ no_hENB--;
}
}
/* Octet (p+1) to q ECGIs [1..63]