aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3com-xns.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-3com-xns.c')
-rw-r--r--epan/dissectors/packet-3com-xns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-3com-xns.c b/epan/dissectors/packet-3com-xns.c
index 2ea3b00540..3952fbf550 100644
--- a/epan/dissectors/packet-3com-xns.c
+++ b/epan/dissectors/packet-3com-xns.c
@@ -102,11 +102,11 @@ proto_register_3com_xns(void)
/* registered here but handled in ethertype.c */
{ &hf_3com_xns_type_ethertype,
{ "Type", "3comxns.type", FT_UINT16, BASE_HEX,
- VALS(etype_vals), 0x0, "", HFILL }},
+ VALS(etype_vals), 0x0, NULL, HFILL }},
{ &hf_3com_xns_type_retix_bpdu,
{ "Type", "3comxns.type", FT_UINT16, BASE_HEX,
- VALS(retix_bpdu_type_vals), 0x0, "", HFILL }},
+ VALS(retix_bpdu_type_vals), 0x0, NULL, HFILL }},
};
static gint *ett[] ={