aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ripng.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ripng.c')
-rw-r--r--epan/dissectors/packet-ripng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ripng.c b/epan/dissectors/packet-ripng.c
index a7cca25d39..9c77aef6bf 100644
--- a/epan/dissectors/packet-ripng.c
+++ b/epan/dissectors/packet-ripng.c
@@ -74,7 +74,7 @@ dissect_ripng(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
}
if (tree) {
- ti = proto_tree_add_item(tree, proto_ripng, tvb, offset, -1, FALSE);
+ ti = proto_tree_add_item(tree, proto_ripng, tvb, offset, -1, ENC_NA);
ripng_tree = proto_item_add_subtree(ti, ett_ripng);
/* Command */