aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-03-10 13:34:06 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2016-03-10 12:47:44 +0000
commite0fe8c2543e1a2d15938531090dc60b4298ec3db (patch)
tree37d53efee7df403a5c644ad63107463d3ff7cfa4 /epan/dissectors/packet-gsm_a_gm.c
parent283d2c8c2dff6543a401abce3c54686cf1c6e9ad (diff)
3GPP NAS: fix dissection of GMM Identity Request, Response and Authentication and Ciphering Failure messages
Bug: 12246 Change-Id: I0cad1c951c4939bde41c281cfc0cf5b4a08ea2a3 Reviewed-on: https://code.wireshark.org/review/14406 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c
index 0cb452ce51..18ae55686b 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -7347,9 +7347,9 @@ static void (*dtap_msg_gmm_fcn[])(tvbuff_t *tvb, proto_tree *tree, packet_info *
dtap_gmm_auth_ciph_req, /* Authentication and Ciphering Req */
dtap_gmm_auth_ciph_resp, /* Authentication and Ciphering Resp */
dtap_gmm_auth_ciph_rej, /* Authentication and Ciphering Rej */
- dtap_gmm_auth_ciph_fail, /* Authentication and Ciphering Failure */
dtap_gmm_ident_req, /* Identity Request */
dtap_gmm_ident_res, /* Identity Response */
+ dtap_gmm_auth_ciph_fail, /* Authentication and Ciphering Failure */
dtap_gmm_status, /* GMM Status */
dtap_gmm_information, /* GMM Information */
NULL, /* NONE */