aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2022-03-28 18:09:11 +0200
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-03-29 11:23:07 +0000
commit2c5f2ac6f305f9b366f6babf8bc968bdaf3f6b5a (patch)
tree90600e20914a258c247d4723d19a091f42769dc6 /epan/dissectors/asn1
parent499a33c7092cb20d18e6194e09bb6f704e716076 (diff)
BER: Add a function to add a BER encoded boilerplate.
Diffstat (limited to 'epan/dissectors/asn1')
-rw-r--r--epan/dissectors/asn1/goose/packet-goose-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/goose/packet-goose-template.c b/epan/dissectors/asn1/goose/packet-goose-template.c
index 142a272ee0..cc4f3af2b5 100644
--- a/epan/dissectors/asn1/goose/packet-goose-template.c
+++ b/epan/dissectors/asn1/goose/packet-goose-template.c
@@ -165,6 +165,7 @@ dissect_goose(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree,
item = proto_tree_add_item(parent_tree, proto_goose, tvb, 0, -1, ENC_NA);
tree = proto_item_add_subtree(item, ett_goose);
+ add_ber_encoded_label(tvb, pinfo, parent_tree);
/* APPID */