From 56deed1c158a45a21e3c918cb3ce31ea1fe0cdeb Mon Sep 17 00:00:00 2001 From: Joakim Karlsson Date: Mon, 9 Jan 2023 15:50:42 +0100 Subject: [PATCH] GTPv2: correction of IE MM Context EPS QQ --- epan/dissectors/packet-gtpv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c index 4dbc563dcf..6ba69a1bda 100644 --- a/epan/dissectors/packet-gtpv2.c +++ b/epan/dissectors/packet-gtpv2.c @@ -10864,7 +10864,7 @@ void proto_register_gtpv2(void) }, { &hf_gtpv2_mm_context_ensct, {"ENSCT (EPS NAS Security Context Type)", "gtpv2.mm_context_ensct", - FT_UINT8, BASE_DEC, VALS(gtpv2_mm_context_eps_nas_security_context_type_vals), 0x01, + FT_UINT8, BASE_DEC, VALS(gtpv2_mm_context_eps_nas_security_context_type_vals), 0x03, NULL, HFILL} }, { &hf_gtpv2_mm_context_samb_ri,