aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sqloracle.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sqloracle.c')
-rw-r--r--epan/dissectors/packet-sqloracle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sqloracle.c b/epan/dissectors/packet-sqloracle.c
index 4b16d804f8..9bc6b75404 100644
--- a/epan/dissectors/packet-sqloracle.c
+++ b/epan/dissectors/packet-sqloracle.c
@@ -574,7 +574,7 @@ dissect_sqloracle(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if ( tree )
{
- ti = proto_tree_add_item(tree, proto_sqloracle, tvb, 0, -1, FALSE);
+ ti = proto_tree_add_item(tree, proto_sqloracle, tvb, 0, -1, ENC_NA);
sqloracle_tree = proto_item_add_subtree(ti, ett_sqloracle);
proto_tree_add_uint(sqloracle_tree, hf_sqloracle_operation, tvb, offset, 1,header_operation);
if (func_type && header_operation !=NET8_TYPE_ROWTRANSFER)