aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-10-12 10:48:32 +0200
committerAnders Broman <a.broman58@gmail.com>2017-10-12 11:43:26 +0000
commit2a8ab239bdcec408971b48b3c6ee08c68c8798e2 (patch)
tree55da450ccd6ec4d9100742e58ef5bf64f30f6e2f /epan/dissectors/asn1
parentda8dbd247157caea874320be6e182beb584e57bf (diff)
[TCAP] Make "tid" a generated item rather than hidden to make it obvious
that it exists. Change-Id: I1986b7678193f3b4c9ed8cabff7e411cef5bf185 Reviewed-on: https://code.wireshark.org/review/23892 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1')
-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 8898561d4a..a41be09eb0 100644
--- a/epan/dissectors/asn1/tcap/tcap.cnf
+++ b/epan/dissectors/asn1/tcap/tcap.cnf
@@ -140,7 +140,7 @@ ABRT-apdu/_untag/user-information abrt_user_information
hf_index = hf_tcap_tid;
saved_offset = offset;
%(DEFAULT_BODY)s
- PROTO_ITEM_SET_HIDDEN(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");
@@ -188,7 +188,7 @@ ABRT-apdu/_untag/user-information abrt_user_information
hf_index = hf_tcap_tid;
saved_offset = offset;
%(DEFAULT_BODY)s
- PROTO_ITEM_SET_HIDDEN(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");