For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-gssapi.c
index d6af5f8e664b03b8243b97425f91f009179c8016..ddfaf1ad92fc01727a5f90f8a1ec555b21fe378a 100644 (file)
@@ -227,7 +227,7 @@ dissect_gssapi_work(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
        }
 
        item = proto_tree_add_item(
-               tree, proto_gssapi, tvb, offset, -1, FALSE);
+               tree, proto_gssapi, tvb, offset, -1, ENC_NA);
 
        subtree = proto_item_add_subtree(item, ett_gssapi);