aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-null.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-null.c')
-rw-r--r--epan/dissectors/packet-null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-null.c b/epan/dissectors/packet-null.c
index 95bdb3d4a7..bb893b979b 100644
--- a/epan/dissectors/packet-null.c
+++ b/epan/dissectors/packet-null.c
@@ -464,11 +464,11 @@ proto_register_null(void)
/* registered here but handled in ethertype.c */
{ &hf_null_etype,
{ "Type", "null.type", FT_UINT16, BASE_HEX, VALS(etype_vals), 0x0,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_null_family,
{ "Family", "null.family", FT_UINT32, BASE_DEC, VALS(family_vals), 0x0,
- "", HFILL }}
+ NULL, HFILL }}
};
static gint *ett[] = {
&ett_null,