aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gpef.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-gpef.c')
-rw-r--r--epan/dissectors/packet-gpef.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-gpef.c b/epan/dissectors/packet-gpef.c
index 2e76388ab0..559b03eacc 100644
--- a/epan/dissectors/packet-gpef.c
+++ b/epan/dissectors/packet-gpef.c
@@ -145,35 +145,35 @@ proto_register_gpef(void)
static hf_register_info hf[] = {
{ &hf_gpef_keycount,
{ "Key Count", "gpef.key_count", FT_UINT32, BASE_DEC, NULL,
- 0x0, "", HFILL }},
+ 0x0, NULL, HFILL }},
{ &hf_gpef_efskey_length1,
{ "Length1", "gpef.efskey.length1", FT_UINT32, BASE_DEC, NULL,
- 0x0, "", HFILL }},
+ 0x0, NULL, HFILL }},
{ &hf_gpef_efskey_length2,
{ "Length2", "gpef.efskey.length2", FT_UINT32, BASE_DEC, NULL,
- 0x0, "", HFILL }},
+ 0x0, NULL, HFILL }},
{ &hf_gpef_efskey_sid_offset,
{ "SID Offset", "gpef.efskey.sid_offset", FT_UINT32, BASE_DEC, NULL,
- 0x0, "", HFILL }},
+ 0x0, NULL, HFILL }},
{ &hf_gpef_efskey_cert_offset,
{ "Cert Offset", "gpef.efskey.cert_offset", FT_UINT32, BASE_DEC, NULL,
- 0x0, "", HFILL }},
+ 0x0, NULL, HFILL }},
{ &hf_gpef_efskey_cert_length,
{ "Cert Length", "gpef.efskey.cert_length", FT_UINT32, BASE_DEC, NULL,
- 0x0, "", HFILL }},
+ 0x0, NULL, HFILL }},
{ &hf_gpef_efskey,
{ "EfsKey", "gpef.efskey", FT_NONE, BASE_NONE, NULL,
- 0x0, "", HFILL }},
+ 0x0, NULL, HFILL }},
{ &hf_gpef_efskey_certificate,
{ "Certificate", "gpef.efskey.certificate", FT_NONE, BASE_NONE, NULL,
- 0x0, "Certificate", HFILL }},
+ 0x0, NULL, HFILL }},
};