aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-nas_eps.c')
-rw-r--r--epan/dissectors/packet-nas_eps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nas_eps.c b/epan/dissectors/packet-nas_eps.c
index bfb18e7381..9c194752cf 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -8270,7 +8270,7 @@ proto_register_nas_eps(void)
NULL, HFILL }
},
{ &hf_emm_5g_up_ciot_b3,
- { "Control plane CIoT 5GS optimization", "nas_eps.emm.5g_up_ciot",
+ { "User plane CIoT 5GS optimization", "nas_eps.emm.5g_up_ciot",
FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x08,
NULL, HFILL }
},
@@ -8285,7 +8285,7 @@ proto_register_nas_eps(void)
NULL, HFILL }
},
{ &hf_emm_5g_cp_ciot,
- { "User plane CIoT 5GS optimization", "nas_eps.emm.5g_cp_ciot",
+ { "Control plane CIoT 5GS optimization", "nas_eps.emm.5g_cp_ciot",
FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x01,
NULL, HFILL }
},