summaryrefslogtreecommitdiff
path: root/asn1/tcap/tcap.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-09-13 16:38:21 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-09-13 16:38:21 +0000
commiteb9dc794b251d1f2ff7df34b8a9ea59af1056cbd (patch)
tree30939347a3049d29ab56f3c4c82a3039241fee6f /asn1/tcap/tcap.cnf
parent16512c7b8c8e9c6659300f08456e2dee6f4a6fbb (diff)
downloadwireshark-eb9dc794b251d1f2ff7df34b8a9ea59af1056cbd.tar.gz
Start to get rid of the "old" ANSI TCAP stuff.
svn path=/trunk/; revision=26189
Diffstat (limited to 'asn1/tcap/tcap.cnf')
-rw-r--r--asn1/tcap/tcap.cnf40
1 files changed, 0 insertions, 40 deletions
diff --git a/asn1/tcap/tcap.cnf b/asn1/tcap/tcap.cnf
index f911f6ee70..98b4577aec 100644
--- a/asn1/tcap/tcap.cnf
+++ b/asn1/tcap/tcap.cnf
@@ -140,38 +140,6 @@ dissect_tcap_TheExternUserInfo(implicit_tag, next_tvb, 0, actx, tcap_top_tree, h
return comp_offset+len;
#----------------------------------------------------------------------------------------
-#.FN_BODY ANSIParameters
-/* we are doing the ParamSet here so need to look at the tags*/
- guint32 len;
-len = tvb_length_remaining(tvb, offset);
-if (len > 2) /* arghhh I dont know whether this is constructed or not! */
- offset = dissect_tcap_param(actx,tree,tvb,offset);
-else
-offset = dissect_ber_octet_string(TRUE, actx, tree, tvb, 0, hf_index,
- NULL);
-
-#----------------------------------------------------------------------------------------
-#.FN_BODY ComponentPDU
-tvbuff_t *next_tvb;
-gint8 class;
-gboolean pc;
-gint tag;
-guint32 len, comp_offset;
-gint ind_field;
-
-comp_offset = dissect_ber_identifier(actx->pinfo, tree, tvb, offset, &class, &pc, &tag);
-comp_offset = dissect_ber_length(actx->pinfo, tree, tvb, comp_offset, &len, &ind_field);
-/* we can believe the length now */
-next_tvb = tvb_new_subset(tvb, offset, len+comp_offset-offset, len+comp_offset-offset);
-
-if (!next_tvb)
- return offset;
-
-%(DEFAULT_BODY)s
-
-dissect_tcap_ANSI_ComponentPDU(implicit_tag, next_tvb, 0, actx, tcap_top_tree, hf_index);
-
-#----------------------------------------------------------------------------------------
#.FN_BODY OrigTransactionID
tvbuff_t *parameter_tvb;
guint8 len, i;
@@ -285,14 +253,6 @@ if (check_col(actx->pinfo->cinfo, COL_INFO))
#.END
-#.FN_HDR AbortPDU
-gp_tcapsrt_info->ope=TC_ANSI_ABORT;
-
-if (check_col(actx->pinfo->cinfo, COL_INFO))
- col_set_str(actx->pinfo->cinfo, COL_INFO, "Abort ");
-#.END
-
-
#.FN_HDR TCMessage/ansiqueryWithPerm
gp_tcapsrt_info->ope=TC_ANSI_ALL;
if (check_col(actx->pinfo->cinfo, COL_INFO))