summaryrefslogtreecommitdiff
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 6925fc0c4b..5c64045b4c 100644
--- a/epan/dissectors/packet-null.c
+++ b/epan/dissectors/packet-null.c
@@ -458,11 +458,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,
+ { "Type", "null.type", FT_UINT16, BASE_HEX, VALS(etype_vals), 0x0,
NULL, HFILL }},
{ &hf_null_family,
- { "Family", "null.family", FT_UINT32, BASE_DEC, VALS(family_vals), 0x0,
+ { "Family", "null.family", FT_UINT32, BASE_DEC, VALS(family_vals), 0x0,
NULL, HFILL }}
};
static gint *ett[] = {