aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-who.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-who.c')
-rw-r--r--epan/dissectors/packet-who.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-who.c b/epan/dissectors/packet-who.c
index 0559fb2755..636d2bf409 100644
--- a/epan/dissectors/packet-who.c
+++ b/epan/dissectors/packet-who.c
@@ -196,7 +196,7 @@ dissect_whoent(tvbuff_t *tvb, int offset, proto_tree *tree)
while (tvb_reported_length_remaining(tvb, line_offset) > 0
&& whoent_num < MAX_NUM_WHOENTS) {
whoent_ti = proto_tree_add_item(tree, hf_who_whoent, tvb,
- line_offset, SIZE_OF_WHOENT, FALSE);
+ line_offset, SIZE_OF_WHOENT, ENC_NA);
whoent_tree = proto_item_add_subtree(whoent_ti, ett_whoent);
tvb_get_nstringz0(tvb, line_offset, sizeof(out_line), (guint8*)out_line);