For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-rtmpt.c
index 060231cade260fd6c0adf97fe08f14dfce287ea5..f9eb5cb4ec9ca078bb529cc8e47ae243b357cb98 100644 (file)
@@ -1163,7 +1163,7 @@ dissect_rtmpt(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, rtmpt_conv_t
 
         if (tree)
         {
-                ti = proto_tree_add_item(tree, proto_rtmpt, tvb, offset, -1, FALSE);
+                ti = proto_tree_add_item(tree, proto_rtmpt, tvb, offset, -1, ENC_NA);
 
                 if (tp->id>RTMPT_ID_MAX) {
                         /* Dissect handshake */