aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pres.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pres.c')
-rw-r--r--epan/dissectors/packet-pres.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/epan/dissectors/packet-pres.c b/epan/dissectors/packet-pres.c
index 4ff806fffa..3d883215e9 100644
--- a/epan/dissectors/packet-pres.c
+++ b/epan/dissectors/packet-pres.c
@@ -1570,7 +1570,7 @@ void proto_register_pres(void) {
{ &hf_pres_normal_mode_parameters,
{ "normal-mode-parameters", "pres.normal_mode_parameters",
FT_NONE, BASE_NONE, NULL, 0,
- "T_normal_mode_parameters", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_protocol_version,
{ "protocol-version", "pres.protocol_version",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -1610,7 +1610,7 @@ void proto_register_pres(void) {
{ &hf_pres_extensions,
{ "extensions", "pres.extensions",
FT_NONE, BASE_NONE, NULL, 0,
- "T_extensions", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_user_data,
{ "user-data", "pres.user_data",
FT_UINT32, BASE_DEC, VALS(pres_User_data_vals), 0,
@@ -1710,7 +1710,7 @@ void proto_register_pres(void) {
{ &hf_pres_Context_list_item,
{ "Context-list item", "pres.Context_list_item",
FT_NONE, BASE_NONE, NULL, 0,
- "Context_list_item", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_presentation_context_identifier,
{ "presentation-context-identifier", "pres.presentation_context_identifier",
FT_INT32, BASE_DEC, NULL, 0,
@@ -1734,7 +1734,7 @@ void proto_register_pres(void) {
{ &hf_pres_mode_value,
{ "mode-value", "pres.mode_value",
FT_INT32, BASE_DEC, VALS(pres_T_mode_value_vals), 0,
- "T_mode_value", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_Presentation_context_deletion_list_item,
{ "Presentation-context-identifier", "pres.Presentation_context_identifier",
FT_INT32, BASE_DEC, NULL, 0,
@@ -1742,15 +1742,15 @@ void proto_register_pres(void) {
{ &hf_pres_Presentation_context_deletion_result_list_item,
{ "Presentation-context-deletion-result-list item", "pres.Presentation_context_deletion_result_list_item",
FT_INT32, BASE_DEC, VALS(pres_Presentation_context_deletion_result_list_item_vals), 0,
- "Presentation_context_deletion_result_list_item", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_Presentation_context_identifier_list_item,
{ "Presentation-context-identifier-list item", "pres.Presentation_context_identifier_list_item",
FT_NONE, BASE_NONE, NULL, 0,
- "Presentation_context_identifier_list_item", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_Result_list_item,
{ "Result-list item", "pres.Result_list_item",
FT_NONE, BASE_NONE, NULL, 0,
- "Result_list_item", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_result,
{ "result", "pres.result",
FT_INT32, BASE_DEC, VALS(pres_Result_vals), 0,
@@ -1758,7 +1758,7 @@ void proto_register_pres(void) {
{ &hf_pres_provider_reason,
{ "provider-reason", "pres.provider_reason",
FT_INT32, BASE_DEC, VALS(pres_T_provider_reason_vals), 0,
- "T_provider_reason", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_simply_encoded_data,
{ "simply-encoded-data", "pres.simply_encoded_data",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -1774,11 +1774,11 @@ void proto_register_pres(void) {
{ &hf_pres_presentation_data_values,
{ "presentation-data-values", "pres.presentation_data_values",
FT_UINT32, BASE_DEC, VALS(pres_T_presentation_data_values_vals), 0,
- "T_presentation_data_values", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_single_ASN1_type,
{ "single-ASN1-type", "pres.single_ASN1_type",
FT_BYTES, BASE_NONE, NULL, 0,
- "T_single_ASN1_type", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_octet_aligned,
{ "octet-aligned", "pres.octet_aligned",
FT_BYTES, BASE_NONE, NULL, 0,