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 a04b7a231d..a93e3570d8 100644
--- a/epan/dissectors/packet-who.c
+++ b/epan/dissectors/packet-who.c
@@ -106,7 +106,7 @@ dissect_who(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if (tree) {
who_ti = proto_tree_add_item(tree, proto_who, tvb, offset, -1,
- FALSE);
+ ENC_NA);
who_tree = proto_item_add_subtree(who_ti, ett_who);
}