SABP: Update ASN.1 template

Update the SABP ASN.1 template file for the changes made by commit
dec5590b5b so they aren't lost.
This commit is contained in:
John Thacker 2022-01-06 09:02:53 -05:00 committed by A Wireshark GitLab Utility
parent bc9e8ea5b3
commit bf643c2649
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ dissect_sabp_cb_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if (unpacked_tvb != NULL){
if (tree != NULL){
proto_tree *cbs_page_subtree = proto_item_add_subtree(cbs_page_item, ett_sabp_cbs_page_content);
proto_tree_add_item(cbs_page_subtree, hf_sabp_cbs_page_content, unpacked_tvb, 0, len, ENC_UTF_8|ENC_NA);
proto_tree_add_item(cbs_page_subtree, hf_sabp_cbs_page_content, unpacked_tvb, 0, len, ENC_UTF_8);
}
}