summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-06-15 16:26:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-06-15 16:26:08 +0000
commitd3902956ddc954d042af87ee486e8826cef15e16 (patch)
tree725f7be41f92691e3fd925c508ecaef8999bb378 /epan
parent49e49c6e641c2275c7ce38ed32f3521c11d464e8 (diff)
downloadwireshark-d3902956ddc954d042af87ee486e8826cef15e16.tar.gz
Correct some typos.
svn path=/trunk/; revision=22106
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gsm_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gsm_map.c b/epan/dissectors/packet-gsm_map.c
index 3e66755102..a8bbabeb72 100644
--- a/epan/dissectors/packet-gsm_map.c
+++ b/epan/dissectors/packet-gsm_map.c
@@ -38,7 +38,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
@@ -15591,7 +15591,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*/