Identity request, Identity response and Authentication failure message dissection are swapped

svn path=/trunk/; revision=43253
This commit is contained in:
Pascal Quantin 2012-06-14 07:14:59 +00:00
parent 21d35d275a
commit 3c20eeb452
1 changed files with 1 additions and 1 deletions

View File

@ -4445,9 +4445,9 @@ static void (*nas_msg_emm_fcn[])(tvbuff_t *tvb, proto_tree *tree, packet_info *p
nas_emm_auth_req, /* Authentication request */
nas_emm_auth_resp, /* Authentication response */
NULL, /* Authentication reject (No IE:s)*/
nas_emm_attach_fail, /* Authentication failure */
nas_emm_id_req, /* Identity request */
nas_emm_id_res, /* Identity response */
nas_emm_attach_fail, /* Authentication failure */
nas_emm_sec_mode_cmd, /* Security mode command */
nas_emm_sec_mode_comp, /* Security mode complete */
nas_emm_sec_mode_rej, /* Security mode reject */