aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-02-18 18:40:29 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-02-18 18:40:29 +0000
commit0e6aa74d5404c4fe8faa7137fe8db9d91783df2c (patch)
treeae5ffeb7d9e998ec68aca62513719559563885fb /epan/dissectors/packet-gsm_a_common.h
parent34dc101fcb2fe066335170b6d41cc74974a11501 (diff)
From Pascal Quantin:
NAS EPS] Fix display of Authentication (Failure) Parameter IEs https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5704 svn path=/trunk/; revision=36001
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.h')
-rw-r--r--epan/dissectors/packet-gsm_a_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h
index 7043763600..c6ab604132 100644
--- a/epan/dissectors/packet-gsm_a_common.h
+++ b/epan/dissectors/packet-gsm_a_common.h
@@ -952,10 +952,10 @@ typedef enum
{
/* Mobility Management Information Elements [3] 10.5.3 */
DE_AUTH_PARAM_RAND, /* Authentication Parameter RAND */
- DE_AUTH_PARAM_AUTN, /* Authentication Parameter AUTN (UMTS authentication challenge only) */
+ DE_AUTH_PARAM_AUTN, /* Authentication Parameter AUTN (UMTS and EPS authentication challenge) */
DE_AUTH_RESP_PARAM, /* Authentication Response Parameter */
DE_AUTH_RESP_PARAM_EXT, /* Authentication Response Parameter (extension) (UMTS authentication challenge only) */
- DE_AUTH_FAIL_PARAM, /* Authentication Failure Parameter (UMTS authentication challenge only) */
+ DE_AUTH_FAIL_PARAM, /* Authentication Failure Parameter (UMTS and EPS authentication challenge) */
DE_CM_SRVC_TYPE, /* CM Service Type */
DE_ID_TYPE, /* Identity Type */
DE_LOC_UPD_TYPE, /* Location Updating Type */