aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gnutella.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-gnutella.c')
-rw-r--r--epan/dissectors/packet-gnutella.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gnutella.c b/epan/dissectors/packet-gnutella.c
index 4bf5af6f30..2a27bf7f3d 100644
--- a/epan/dissectors/packet-gnutella.c
+++ b/epan/dissectors/packet-gnutella.c
@@ -191,7 +191,7 @@ static void dissect_gnutella_query(tvbuff_t *tvb, guint offset, proto_tree *tree
tvb,
offset + GNUTELLA_QUERY_SEARCH_OFFSET,
size - GNUTELLA_SHORT_LENGTH,
- ENC_ASCII|ENC_NA);
+ ENC_ASCII);
}
else {
proto_tree_add_string_format(tree,
@@ -309,7 +309,7 @@ static void dissect_gnutella_queryhit(tvbuff_t *tvb, guint offset, proto_tree *t
tvb,
name_at_offset,
name_length,
- ENC_ASCII|ENC_NA);
+ ENC_ASCII);
if(extra_length) {
proto_tree_add_item(hit_tree,