aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-crmf.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-crmf.c')
-rw-r--r--epan/dissectors/packet-crmf.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-crmf.c b/epan/dissectors/packet-crmf.c
index 18ce585795..2d0e3d86c5 100644
--- a/epan/dissectors/packet-crmf.c
+++ b/epan/dissectors/packet-crmf.c
@@ -989,15 +989,15 @@ void proto_register_crmf(void) {
{ &hf_crmf_type,
{ "type", "crmf.type",
FT_OID, BASE_NONE, NULL, 0,
- "T_type", HFILL }},
+ NULL, HFILL }},
{ &hf_crmf_value,
{ "value", "crmf.value",
FT_NONE, BASE_NONE, NULL, 0,
- "T_value", HFILL }},
+ NULL, HFILL }},
{ &hf_crmf_raVerified,
{ "raVerified", "crmf.raVerified",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_crmf_signature,
{ "signature", "crmf.signature",
FT_NONE, BASE_NONE, NULL, 0,
@@ -1025,7 +1025,7 @@ void proto_register_crmf(void) {
{ &hf_crmf_authInfo,
{ "authInfo", "crmf.authInfo",
FT_UINT32, BASE_DEC, VALS(crmf_T_authInfo_vals), 0,
- "T_authInfo", HFILL }},
+ NULL, HFILL }},
{ &hf_crmf_sender,
{ "sender", "crmf.sender",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -1081,7 +1081,7 @@ void proto_register_crmf(void) {
{ &hf_crmf_action,
{ "action", "crmf.action",
FT_INT32, BASE_DEC, VALS(crmf_T_action_vals), 0,
- "T_action", HFILL }},
+ NULL, HFILL }},
{ &hf_crmf_pubInfos,
{ "pubInfos", "crmf.pubInfos",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -1093,7 +1093,7 @@ void proto_register_crmf(void) {
{ &hf_crmf_pubMethod,
{ "pubMethod", "crmf.pubMethod",
FT_INT32, BASE_DEC, VALS(crmf_T_pubMethod_vals), 0,
- "T_pubMethod", HFILL }},
+ NULL, HFILL }},
{ &hf_crmf_pubLocation,
{ "pubLocation", "crmf.pubLocation",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -1153,7 +1153,7 @@ void proto_register_crmf(void) {
{ &hf_crmf_identifier,
{ "identifier", "crmf.identifier",
FT_UINT32, BASE_DEC, VALS(crmf_T_identifier_vals), 0,
- "T_identifier", HFILL }},
+ NULL, HFILL }},
{ &hf_crmf_string,
{ "string", "crmf.string",
FT_STRING, BASE_NONE, NULL, 0,