Revert back to the original patch which actuallly worked.

svn path=/trunk/; revision=46533
This commit is contained in:
Anders Broman 2012-12-13 20:29:46 +00:00
parent 7141f3c00c
commit ca01731e86
1 changed files with 2 additions and 3 deletions

View File

@ -162,12 +162,11 @@ static gint ett_h248_3GCSD_evt_ratechg = -1;
static gint ett_pkg_3GCSD_sig_actprot = -1;
static void dissect_3gcsd_plmnbc(proto_tree* tree, tvbuff_t* tvb, packet_info* pinfo, int hfid, h248_curr_info_t* cu _U_, void* ignored _U_) {
tvbuff_t* sub_tvb = NULL;
asn1_ctx_t asn1_ctx;
asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
dissect_ber_octet_string(implicit ? *((gboolean*)implicit) : FALSE, &asn1_ctx, tree, tvb, 0, hfid, &sub_tvb);
de_bearer_cap(sub_tvb, tree, pinfo, 0, tvb_length(sub_tvb), NULL, 0);
dissect_ber_octet_string(implicit ? *((gboolean*)implicit) : FALSE, &asn1_ctx, tree, tvb, 0, hfid, NULL);
de_bearer_cap(tvb, tree, pinfo, 4, tvb_length(tvb)-4, NULL, 0);
}
static const value_string h248_3GCSD_properties_vals[] = {