NAS 5Gs: Update AMF Set Id

Change-Id: I86784cace1919ac9f13b35e7b734dd08be217c46
Reviewed-on: https://code.wireshark.org/review/31931
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Swapnil Roy 2019-02-07 21:55:31 +05:30 committed by Anders Broman
parent 7a48f17df6
commit 823ffe29c5
1 changed files with 2 additions and 2 deletions

View File

@ -6516,12 +6516,12 @@ proto_register_nas_5gs(void)
},
{ &hf_nas_5gs_amf_set_id,
{ "AMF Set ID", "nas_5gs.amf_set_id",
FT_UINT16, BASE_DEC, NULL, 0xff03,
FT_UINT16, BASE_DEC, NULL, 0xffc0,
NULL, HFILL }
},
{ &hf_nas_5gs_amf_pointer,
{ "AMF Pointer", "nas_5gs.amf_pointer",
FT_UINT8, BASE_DEC, NULL, 0xfc,
FT_UINT8, BASE_DEC, NULL, 0x3f,
NULL, HFILL }
},
{ &hf_nas_5gs_5g_tmsi,