NAS 5GS: Fix dissection of EAP Message in PDU Session Authentication Result.

This commit is contained in:
Cristian Sava 2021-03-30 18:39:03 +03:00
parent cf827f248d
commit b06a3c5eb8
1 changed files with 2 additions and 2 deletions

View File

@ -6839,8 +6839,8 @@ nas_5gs_sm_pdu_ses_auth_res(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo
/* Direction: network to UE */
pinfo->link_dir = P2P_DIR_DL;
/*EAP message EAP message 9.11.2.2 M LV-E 6-1502 */
ELEM_MAND_LV_E(NAS_5GS_PDU_TYPE_COMMON, DE_NAS_5GS_CMN_EAP_MESSAGE, NULL, ei_nas_5gs_missing_mandatory_element);
/*EAP message EAP message 9.11.2.2 O TLV-E 7-1503 */
ELEM_OPT_TLV_E(0x78, NAS_5GS_PDU_TYPE_COMMON, DE_NAS_5GS_CMN_EAP_MESSAGE, NULL);
/*7B Extended protocol configuration options Extended protocol configuration options 9.11.4.2 O TLV - E 4 - 65538*/
ELEM_OPT_TLV_E(0x7B, NAS_PDU_TYPE_ESM, DE_ESM_EXT_PCO, NULL);