summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-homeplug-av.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-homeplug-av.c')
-rw-r--r--epan/dissectors/packet-homeplug-av.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-homeplug-av.c b/epan/dissectors/packet-homeplug-av.c
index d3dde4090f..d74a2316bb 100644
--- a/epan/dissectors/packet-homeplug-av.c
+++ b/epan/dissectors/packet-homeplug-av.c
@@ -2840,7 +2840,7 @@ dissect_homeplug_av(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
col_set_str(pinfo->cinfo, COL_INFO, "MAC Management");
if (tree) {
- ti = proto_tree_add_item(tree, proto_homeplug_av, tvb, 0, -1, FALSE);
+ ti = proto_tree_add_item(tree, proto_homeplug_av, tvb, 0, -1, ENC_NA);
homeplug_av_tree = proto_item_add_subtree(ti, ett_homeplug_av);
}