aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wbxml.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wbxml.c')
-rw-r--r--epan/dissectors/packet-wbxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wbxml.c b/epan/dissectors/packet-wbxml.c
index 378e0eb048..f21aa5975e 100644
--- a/epan/dissectors/packet-wbxml.c
+++ b/epan/dissectors/packet-wbxml.c
@@ -7816,7 +7816,7 @@ dissect_wbxml_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
tvb, 1, publicid_len, publicid);
} else { /* Public identifier in string table */
proto_tree_add_item (wbxml_tree, hf_wbxml_public_id_literal,
- tvb, 1, publicid_len, ENC_ASCII|ENC_NA);
+ tvb, 1, publicid_len, ENC_ASCII);
}
offset = 1 + publicid_len;