aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-05-23 06:26:46 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-05-23 06:26:46 +0000
commita6deef666c0af093bbbf76c57e1fae88cb180e7a (patch)
tree9bbf3d729cdbd9fe7da42fccd04b1052b66c575d /epan/dissectors/packet-gsm_sms.c
parentab58c26ff3f496e7e2847f15ab87cfd413988e1c (diff)
Fix a typo
svn path=/trunk/; revision=42805
Diffstat (limited to 'epan/dissectors/packet-gsm_sms.c')
-rw-r--r--epan/dissectors/packet-gsm_sms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_sms.c b/epan/dissectors/packet-gsm_sms.c
index 4683ef6279..6aa246bc60 100644
--- a/epan/dissectors/packet-gsm_sms.c
+++ b/epan/dissectors/packet-gsm_sms.c
@@ -2400,7 +2400,7 @@ dis_iei_upi(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint8 length)
#if 0
/* TS 123 040 V9.3.0 (2010-10) */
-static const value_string gsm_sms_tp_ud_ie-_d_vals[] = {
+static const value_string gsm_sms_tp_ud_ie_id_vals[] = {
{ 0x00, "Concatenated short messages, 8-bit reference number (SMS Control)" },
{ 0x01, "Special SMS Message Indication (SMS Control)" },
{ 0x02, "Reserved" },