aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-11-14 16:02:16 +0100
committerPascal Quantin <pascal@wireshark.org>2020-11-14 16:02:16 +0100
commit8c29bfe8b2118c201ed49ffe09976d8fc5244c8b (patch)
treeb92d56a0e3d29d15ba60f89fd4f3bb860b9d1be7 /epan/dissectors/packet-nas_eps.c
parentc2bd3bc487bb16d394201fb2948f83c7dad70e15 (diff)
NAS EPS: fix inverted description of 2 N1 UE network capability IE fields
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 }
},