For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-ipsi-ctl.c
index 5e0e3269b0132d5a71689a84bf2c81355e37a323..d6c7afb74ca6a31f2fa9e7c794ca8e833df20cc4 100644 (file)
@@ -73,7 +73,7 @@ static void dissect_ipsictl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
 
   if (tree) {
 
-      ti = proto_tree_add_item(tree, proto_ipsictl, tvb, offset, remaining_length, FALSE);
+      ti = proto_tree_add_item(tree, proto_ipsictl, tvb, offset, remaining_length, ENC_NA);
       ipsictl_tree = proto_item_add_subtree(ti, ett_ipsictl);
 
   }