Use ENC_NA for FT_PROTOCOL.

svn path=/trunk/; revision=38125
This commit is contained in:
Stig Bjørlykke 2011-07-19 19:37:58 +00:00
parent cea89ebc80
commit 4e20e37aa6
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ expert_create_tree(proto_item *pi, int group, int severity, const char *msg)
if (group == PI_MALFORMED) {
/* Add hidden malformed protocol filter */
gint proto_malformed = proto_get_id_by_filter_name("malformed");
proto_item *malformed_ti = proto_tree_add_item(tree, proto_malformed, NULL, 0, 0, FALSE);
proto_item *malformed_ti = proto_tree_add_item(tree, proto_malformed, NULL, 0, 0, ENC_NA);
PROTO_ITEM_SET_HIDDEN(malformed_ti);
}