aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sabp/packet-sabp-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/sabp/packet-sabp-template.c')
-rw-r--r--asn1/sabp/packet-sabp-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/sabp/packet-sabp-template.c b/asn1/sabp/packet-sabp-template.c
index 457cd9f552..20d07d6277 100644
--- a/asn1/sabp/packet-sabp-template.c
+++ b/asn1/sabp/packet-sabp-template.c
@@ -148,7 +148,7 @@ dissect_sabp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_set_str(pinfo->cinfo, COL_PROTOCOL, PSNAME);
/* create the sbap protocol tree */
- sabp_item = proto_tree_add_item(tree, proto_sabp, tvb, 0, -1, FALSE);
+ sabp_item = proto_tree_add_item(tree, proto_sabp, tvb, 0, -1, ENC_NA);
sabp_tree = proto_item_add_subtree(sabp_item, ett_sabp);
dissect_SABP_PDU_PDU(tvb, pinfo, sabp_tree);