aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bitcoin.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bitcoin.c')
-rw-r--r--epan/dissectors/packet-bitcoin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bitcoin.c b/epan/dissectors/packet-bitcoin.c
index 7d5b03d418..71acfc5124 100644
--- a/epan/dissectors/packet-bitcoin.c
+++ b/epan/dissectors/packet-bitcoin.c
@@ -410,7 +410,7 @@ create_string_tree(proto_tree *tree, int hfindex, tvbuff_t *tvb, guint32* offset
/* string */
proto_tree_add_item(subtree, hf_string_value, tvb, *offset, string_length,
- ENC_ASCII|ENC_NA);
+ ENC_ASCII);
*offset += string_length;
return subtree;