aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsmmap
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-15 16:26:08 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-15 16:26:08 +0000
commit0117d8eb1cdd759052eabef4521adfcb71267cbf (patch)
tree725f7be41f92691e3fd925c508ecaef8999bb378 /asn1/gsmmap
parentc4aefa187718f64fd8bd9c87a3972a0859896c7c (diff)
Correct some typos.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22106 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/gsmmap')
-rw-r--r--asn1/gsmmap/packet-gsm_map-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/gsmmap/packet-gsm_map-template.c b/asn1/gsmmap/packet-gsm_map-template.c
index 993a4366c8..75f439bc4f 100644
--- a/asn1/gsmmap/packet-gsm_map-template.c
+++ b/asn1/gsmmap/packet-gsm_map-template.c
@@ -30,7 +30,7 @@
* Updated to ETSI TS 129 002 V7.5.0 (3GPP TS 29.002 V7.5.0 (2006-09) Release 7)
* Updated to ETSI TS 129 002 V8.1.0 (3GPP TS 29.002 V8.1.0 (2007-06) Release 8)
* References GSM SS
- * References: ETSI TS 129 002
+ * References: 3GPP TS 24.080
*/
#ifdef HAVE_CONFIG_H
@@ -1039,7 +1039,7 @@ static int dissect_invokeData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_
case 56: /*sendAuthenticationInfo*/
offset=dissect_mc_message(tvb, offset, actx, tree,
FALSE, dissect_gsm_map_IMSI, hf_gsm_map_imsi,
- FALSE, dissect_gsm_old_SendAuthenticationInfoArgOld, -1,
+ FALSE, dissect_gsm_map_ms_SendAuthenticationInfoArg, -1,
TRUE, NULL, -1);
break;
case 57: /*restoreData*/