From 0488967f29deb15cee07c70954810a3c70a90995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 5 Oct 2009 16:33:41 +0000 Subject: Corrected check for dtmEgprsHighMultiSlotClassPresent. svn path=/trunk/; revision=30331 --- epan/dissectors/packet-gsm_a_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-gsm_a_common.c') diff --git a/epan/dissectors/packet-gsm_a_common.c b/epan/dissectors/packet-gsm_a_common.c index 5d73625815..cc01448f17 100644 --- a/epan/dissectors/packet-gsm_a_common.c +++ b/epan/dissectors/packet-gsm_a_common.c @@ -2599,7 +2599,7 @@ de_ms_cm_3(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *ad bit_offset = bit_offset + 1; /* Extract DTM EGPRS High Multi Slot Class */ - if (dtmEgprsMultiSlotClassPresent == 1) + if (dtmEgprsHighMultiSlotClassPresent == 1) { proto_tree_add_bits_item(tree, hf_gsm_a_dtm_egprs_high_multi_slot_class, tvb, bit_offset, 3, FALSE); bit_offset = bit_offset + 3; -- cgit v1.2.3