aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ulp
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-01-27 15:43:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-01-27 15:43:55 +0000
commitdd3be98aac4f4c5a90aa50bef7ad34a596e8be96 (patch)
treedb5bae3e63390d1a511230a365ef67966746669b /asn1/ulp
parentf65917945179ad056c4693bbacf1e2321ed9e401 (diff)
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
Diffstat (limited to 'asn1/ulp')
-rw-r--r--asn1/ulp/ulp.cnf27
1 files changed, 0 insertions, 27 deletions
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 = &parameter_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 = &parameter_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)