aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-06-17 16:08:43 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-06-17 16:08:43 +0000
commit28e925a381d428ca1ae475a28e021235dc5a8cf6 (patch)
treefdbe60bc7429451047904169966bfa0e741deeee /epan
parent903653131dc717f454d7f2db31b62edf1785cbed (diff)
Allow future forward compatibility
svn path=/trunk/; revision=43312
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c
index 5d4358adb8..ff0bf7e00c 100644
--- a/epan/dissectors/packet-gtp.c
+++ b/epan/dissectors/packet-gtp.c
@@ -4218,7 +4218,7 @@ decode_qos_umts(tvbuff_t * tvb, int offset, proto_tree * tree, const gchar * qos
break;
}
- if ((type == 3) && (rel_ind == 8)) {
+ if ((type == 3) && (rel_ind >= 8)) {
/* Release 8 or higher P-GW QoS profile */
offset++;
arp = wrapped_tvb_get_guint8(tvb, offset, 2);