aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ssh.c')
-rw-r--r--epan/dissectors/packet-ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssh.c b/epan/dissectors/packet-ssh.c
index a9ff71da77..e3a96ecc67 100644
--- a/epan/dissectors/packet-ssh.c
+++ b/epan/dissectors/packet-ssh.c
@@ -890,7 +890,7 @@ ssh_dissect_protocol(tvbuff_t *tvb, packet_info *pinfo,
}
if (tree ) {
ssh_proto_tree_add_item(tree, hf_ssh_protocol,
- tvb, offset, linelen, FALSE);
+ tvb, offset, linelen, ENC_ASCII|ENC_NA);
}
offset+=linelen;
return offset;