For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-smb-logon.c
index 0c0e479b7f3c8531703478e41e9c21ce6e24be2b..e2ea25a55e0364f803a57ee71124bfed101e3ef8 100644 (file)
@@ -933,7 +933,7 @@ dissect_smb_logon(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
 
        if (tree) {
                item = proto_tree_add_item(tree, proto_smb_logon, tvb,
-                       offset, -1, FALSE);
+                       offset, -1, ENC_NA);
 
                smb_logon_tree = proto_item_add_subtree(item, ett_smb_logon);
        }