aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/tcap/tcap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/tcap/tcap.cnf')
-rw-r--r--epan/dissectors/asn1/tcap/tcap.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/tcap/tcap.cnf b/epan/dissectors/asn1/tcap/tcap.cnf
index 0507f71fc7..09ed5656d8 100644
--- a/epan/dissectors/asn1/tcap/tcap.cnf
+++ b/epan/dissectors/asn1/tcap/tcap.cnf
@@ -146,7 +146,7 @@ ABRT-apdu/_untag/user-information abrt_user_information
hf_index = hf_tcap_tid;
saved_offset = offset;
%(DEFAULT_BODY)s
- PROTO_ITEM_SET_GENERATED(actx->created_item);
+ proto_item_set_generated(actx->created_item);
offset = saved_offset;
subtree = proto_tree_add_subtree(tree, tvb, offset, -1, ett_otid, NULL, "Source Transaction ID");
@@ -195,7 +195,7 @@ ABRT-apdu/_untag/user-information abrt_user_information
hf_index = hf_tcap_tid;
saved_offset = offset;
%(DEFAULT_BODY)s
- PROTO_ITEM_SET_GENERATED(actx->created_item);
+ proto_item_set_generated(actx->created_item);
offset = saved_offset;
subtree = proto_tree_add_subtree(tree, tvb, offset, -1, ett_dtid, NULL, "Destination Transaction ID");