aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authorJoakim Karlsson <oakimk@gmail.com>2023-01-09 15:50:42 +0100
committerJoakim Karlsson <oakimk@gmail.com>2023-01-09 15:50:42 +0100
commit56deed1c158a45a21e3c918cb3ce31ea1fe0cdeb (patch)
tree180bfed255af0ee21b66a2920e770a7bbc6462a8 /epan/dissectors/packet-gtpv2.c
parentfadb4207699d01b1759bdbcd6f32eb7594a65cad (diff)
GTPv2: correction of IE MM Context EPS QQ
Diffstat (limited to 'epan/dissectors/packet-gtpv2.c')
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 1 insertions, 1 deletions
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,