aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mrdisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mrdisc.c')
-rw-r--r--epan/dissectors/packet-mrdisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mrdisc.c b/epan/dissectors/packet-mrdisc.c
index 4aec2b79fc..7d40fc44a0 100644
--- a/epan/dissectors/packet-mrdisc.c
+++ b/epan/dissectors/packet-mrdisc.c
@@ -197,7 +197,7 @@ dissect_mrdisc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, int o
return offset+tvb_length_remaining(tvb, offset);
}
- item = proto_tree_add_item(parent_tree, proto_mrdisc, tvb, offset, 0, FALSE);
+ item = proto_tree_add_item(parent_tree, proto_mrdisc, tvb, offset, 0, ENC_NA);
tree = proto_item_add_subtree(item, ett_mrdisc);