aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s1ap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-s1ap.c')
-rw-r--r--epan/dissectors/packet-s1ap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-s1ap.c b/epan/dissectors/packet-s1ap.c
index e138d3d5d8..a5fdc55859 100644
--- a/epan/dissectors/packet-s1ap.c
+++ b/epan/dissectors/packet-s1ap.c
@@ -8864,7 +8864,7 @@ void proto_register_s1ap(void) {
{ &hf_s1ap_extensionValue,
{ "extensionValue", "s1ap.extensionValue",
FT_NONE, BASE_NONE, NULL, 0,
- "T_extensionValue", HFILL }},
+ NULL, HFILL }},
{ &hf_s1ap_PrivateIE_Container_item,
{ "PrivateIE-Field", "s1ap.PrivateIE_Field",
FT_NONE, BASE_NONE, NULL, 0,
@@ -8876,7 +8876,7 @@ void proto_register_s1ap(void) {
{ &hf_s1ap_value,
{ "value", "s1ap.value",
FT_NONE, BASE_NONE, NULL, 0,
- "T_value", HFILL }},
+ NULL, HFILL }},
{ &hf_s1ap_priorityLevel,
{ "priorityLevel", "s1ap.priorityLevel",
FT_UINT32, BASE_DEC, VALS(s1ap_PriorityLevel_vals), 0,
@@ -9256,7 +9256,7 @@ void proto_register_s1ap(void) {
{ &hf_s1ap_undefined,
{ "undefined", "s1ap.undefined",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_s1ap_overloadAction,
{ "overloadAction", "s1ap.overloadAction",
FT_UINT32, BASE_DEC, VALS(s1ap_OverloadAction_vals), 0,