aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etch.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-etch.c')
-rw-r--r--epan/dissectors/packet-etch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-etch.c b/epan/dissectors/packet-etch.c
index 69885ef972..b6fbf1d017 100644
--- a/epan/dissectors/packet-etch.c
+++ b/epan/dissectors/packet-etch.c
@@ -503,7 +503,7 @@ read_string(unsigned int *offset, tvbuff_t *tvb, proto_tree *etch_tree)
byteLength = read_length(offset, tvb, etch_tree);
proto_tree_add_item(etch_tree, hf_etch_string, tvb, *offset,
- byteLength, ENC_NA);
+ byteLength, ENC_ASCII|ENC_NA);
(*offset) += byteLength;
}