aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mesh.c')
-rw-r--r--epan/dissectors/packet-mesh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mesh.c b/epan/dissectors/packet-mesh.c
index 6e601a839e..c02fadd161 100644
--- a/epan/dissectors/packet-mesh.c
+++ b/epan/dissectors/packet-mesh.c
@@ -88,11 +88,11 @@ proto_register_mesh(void)
static hf_register_info hf[] = {
{ &hf_mesh_ttl,
{ "Mesh TTL", "mesh.ttl", FT_UINT8, BASE_DEC,
- NULL, 0x0, "", HFILL }},
+ NULL, 0x0, NULL, HFILL }},
{ &hf_mesh_e2eseq,
{ "Mesh End-to-end Seq", "mesh.e2eseq", FT_UINT16, BASE_HEX,
- NULL, 0x0, "", HFILL }},
+ NULL, 0x0, NULL, HFILL }},
};
/* Setup protocol subtree array */