aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_5gs.c
diff options
context:
space:
mode:
authorSwapnil Roy <swapnil.advent@gmail.com>2019-02-07 21:55:31 +0530
committerAnders Broman <a.broman58@gmail.com>2019-02-08 12:11:28 +0000
commit823ffe29c5d55048a2fee50baf24caabc87a074b (patch)
tree2b2ef6febe0a463b2c774899e72c9cc6981b3729 /epan/dissectors/packet-nas_5gs.c
parent7a48f17df6832d32cf4fcb5a5bf65e6305ad655c (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-nas_5gs.c')
-rw-r--r--epan/dissectors/packet-nas_5gs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nas_5gs.c b/epan/dissectors/packet-nas_5gs.c
index 6dae04fe1e..6578b2d99a 100644
--- a/epan/dissectors/packet-nas_5gs.c
+++ b/epan/dissectors/packet-nas_5gs.c
@@ -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,