From dd3be98aac4f4c5a90aa50bef7ad34a596e8be96 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 27 Jan 2011 15:43:55 +0000 Subject: The attemt to pretify MSISDN and IMSI breaks the dissection. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5593 svn path=/trunk/; revision=35679 --- asn1/ulp/ulp.cnf | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'asn1/ulp') diff --git a/asn1/ulp/ulp.cnf b/asn1/ulp/ulp.cnf index 2375f9b381..58b39026c1 100644 --- a/asn1/ulp/ulp.cnf +++ b/asn1/ulp/ulp.cnf @@ -53,33 +53,6 @@ guint32 UlpMessage; call_dissector(rrlp_handle, rrlp_tvb, %(ACTX)s->pinfo, tree); } -#.FN_BODY SETId/msisdn VAL_PTR = ¶meter_tvb - tvbuff_t *parameter_tvb; - asn1_ctx_t asn1_ctx; - - /* "Hide" the first dissection to avoid double tree entries */ - hf_index = -1; -%(DEFAULT_BODY)s - -if(!parameter_tvb) - return offset; -/* msisdn is ISDN-addressstring */ - asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, actx->pinfo); - dissect_gsm_map_ISDN_AddressString(TRUE, parameter_tvb, 0, &asn1_ctx, tree, hf_ulp_msisdn); - -#.FN_BODY SETId/imsi VAL_PTR = ¶meter_tvb - tvbuff_t *parameter_tvb; - asn1_ctx_t asn1_ctx; - - /* "Hide" the first dissection to avoid double tree entries */ - hf_index = -1; -%(DEFAULT_BODY)s - -if(!parameter_tvb) - return offset; - asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, actx->pinfo); - dissect_gsm_map_IMSI(TRUE, parameter_tvb, 0, &asn1_ctx, tree, hf_ulp_imsi); - #.FN_BODY ThirdPartyID/sip-uri # asn2wrs does not handle '%' in the resticted string ( Has to be there twice) -- cgit v1.2.3