aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mctp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mctp.c')
-rw-r--r--epan/dissectors/packet-mctp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-mctp.c b/epan/dissectors/packet-mctp.c
index f60dbc3c3e..454466c60c 100644
--- a/epan/dissectors/packet-mctp.c
+++ b/epan/dissectors/packet-mctp.c
@@ -333,18 +333,18 @@ proto_register_mctp(void)
FT_FRAMENUM, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{&hf_mctp_fragment_overlap,
{"Message fragment overlap", "mctp.fragment.overlap",
- FT_BOOLEAN, 0, NULL, 0x00, NULL, HFILL } },
+ FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{&hf_mctp_fragment_overlap_conflicts,
{"Message fragment overlapping with conflicting data",
"mctp.fragment.overlap.conflicts",
- FT_BOOLEAN, 0, NULL, 0x00, NULL, HFILL } },
+ FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{&hf_mctp_fragment_multiple_tails,
{"Message has multiple tail fragments",
"mctp.fragment.multiple_tails",
- FT_BOOLEAN, 0, NULL, 0x00, NULL, HFILL } },
+ FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{&hf_mctp_fragment_too_long_fragment,
{"Message fragment too long", "mctp.fragment.too_long_fragment",
- FT_BOOLEAN, 0, NULL, 0x00, NULL, HFILL } },
+ FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{&hf_mctp_fragment_error,
{"Message defragmentation error", "mctp.fragment.error",
FT_FRAMENUM, BASE_NONE, NULL, 0x00, NULL, HFILL } },