NAS 5GS: request type field is 3 bits long

This commit is contained in:
Pascal Quantin 2020-11-23 23:09:30 +01:00 committed by Wireshark GitLab Utility
parent f71458c601
commit 9fdc3fb3ce
1 changed files with 1 additions and 1 deletions

View File

@ -9368,7 +9368,7 @@ proto_register_nas_5gs(void)
},
{ &hf_nas_5gs_mm_req_type,
{ "Request type", "nas_5gs.mm.req_typ",
FT_UINT8, BASE_DEC, VALS(nas_5gs_mm_req_type_vals), 0x0f,
FT_UINT8, BASE_DEC, VALS(nas_5gs_mm_req_type_vals), 0x07,
NULL, HFILL }
},
{ &hf_nas_5gs_mm_serv_type,