aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake2.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-quake2.c')
-rw-r--r--epan/dissectors/packet-quake2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-quake2.c b/epan/dissectors/packet-quake2.c
index f35473baa4..aa812f537d 100644
--- a/epan/dissectors/packet-quake2.c
+++ b/epan/dissectors/packet-quake2.c
@@ -93,7 +93,7 @@ dissect_quake2_ConnectionlessPacket(tvbuff_t *tvb, packet_info *pinfo _U_,
len = tvb_captured_length_remaining(tvb, offset);
proto_tree_add_item(cl_tree, hf_quake2_connectionless_text,
- tvb, offset, len, ENC_ASCII|ENC_NA);
+ tvb, offset, len, ENC_ASCII);
/*offset += len;*/
/* we should analyse the result 'text' a bit further */