aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipvs-syncd.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ipvs-syncd.c')
-rw-r--r--epan/dissectors/packet-ipvs-syncd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ipvs-syncd.c b/epan/dissectors/packet-ipvs-syncd.c
index be0a114120..9466b0d7f3 100644
--- a/epan/dissectors/packet-ipvs-syncd.c
+++ b/epan/dissectors/packet-ipvs-syncd.c
@@ -101,7 +101,7 @@ dissect_ipvs_syncd(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
guint8 cnt = 0;
int conn = 0;
- item = proto_tree_add_item(parent_tree, proto_ipvs_syncd, tvb, offset, -1, FALSE);
+ item = proto_tree_add_item(parent_tree, proto_ipvs_syncd, tvb, offset, -1, ENC_NA);
tree = proto_item_add_subtree(item, ett_ipvs_syncd);