Correct some typos.

svn path=/trunk/; revision=22106
This commit is contained in:
Anders Broman 2007-06-15 16:26:08 +00:00
parent 49e49c6e64
commit d3902956dd
2 changed files with 4 additions and 4 deletions

View file

@ -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*/

View file

@ -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*/