summaryrefslogtreecommitdiff
path: root/asn1/tcap/tcap.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-04-23 20:20:46 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-04-23 20:20:46 +0000
commitd07a92f8bc4cd3e757a8bcb1466a55d5f01e973b (patch)
treebb33b6ea1f1da60225dfdf01ed91725128288f6f /asn1/tcap/tcap.cnf
parent8e32c1e739c72e357a39961166486acaf328f510 (diff)
downloadwireshark-d07a92f8bc4cd3e757a8bcb1466a55d5f01e973b.tar.gz
TCAP: Fix up indentation a bit.
GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff. svn path=/trunk/; revision=21537
Diffstat (limited to 'asn1/tcap/tcap.cnf')
-rw-r--r--asn1/tcap/tcap.cnf5
1 files changed, 3 insertions, 2 deletions
diff --git a/asn1/tcap/tcap.cnf b/asn1/tcap/tcap.cnf
index a18b9e04b0..b8d717ab56 100644
--- a/asn1/tcap/tcap.cnf
+++ b/asn1/tcap/tcap.cnf
@@ -231,8 +231,9 @@ gp_tcapsrt_info->ope=TC_BEGIN;
if (check_col(pinfo->cinfo, COL_INFO))
col_append_fstr(pinfo->cinfo, COL_INFO, " Begin ");
- offset = dissect_ber_sequence(implicit_tag, pinfo, tree, tvb, offset,
- Begin_sequence, hf_index, ett_tcap_Begin);
+
+%(DEFAULT_BODY)s
+
#.FN_BODY End
gp_tcapsrt_info->ope=TC_END;