summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-lmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-lmi.c')
-rw-r--r--epan/dissectors/packet-lmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lmi.c b/epan/dissectors/packet-lmi.c
index b088693db8..099cfa4cf1 100644
--- a/epan/dissectors/packet-lmi.c
+++ b/epan/dissectors/packet-lmi.c
@@ -147,7 +147,7 @@ dissect_lmi(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_clear(pinfo->cinfo, COL_INFO);
if (tree) {
- ti = proto_tree_add_item(tree, proto_lmi, tvb, 0, 3, FALSE);
+ ti = proto_tree_add_item(tree, proto_lmi, tvb, 0, 3, ENC_NA);
lmi_tree = proto_item_add_subtree(ti, ett_lmi_ele);
proto_tree_add_item(lmi_tree, hf_lmi_call_ref, tvb, 0, 1, ENC_BIG_ENDIAN);