aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-30 16:25:11 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-30 16:25:11 +0000
commit01a1752c692e35722ad7d8363193729677bc5ddb (patch)
treeaef73b9cc021f11fb67ae157bef46d0b8d71d5d4 /asn1
parent49ec145cdb2f6d71fe7da8f2538880f06fbf0125 (diff)
Remove debug code
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30772 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/x2ap/x2ap.cnf17
1 files changed, 1 insertions, 16 deletions
diff --git a/asn1/x2ap/x2ap.cnf b/asn1/x2ap/x2ap.cnf
index da44c57021..61ea15d692 100644
--- a/asn1/x2ap/x2ap.cnf
+++ b/asn1/x2ap/x2ap.cnf
@@ -94,22 +94,7 @@ ProtocolIE-ContainerPairList
if (!parameter_tvb)
return offset;
- TRY {
- dissect_lte_rrc_HandoverCommand_PDU(parameter_tvb, actx->pinfo, tree);
- }
- CATCH(BoundsError) {
- g_warning("BoundsError");
- show_exception(parameter_tvb, actx->pinfo, tree, EXCEPT_CODE, GET_MESSAGE);
- }
- CATCH(ReportedBoundsError) {
- g_warning("ReportedBoundsError");
- show_exception(parameter_tvb, actx->pinfo, tree, EXCEPT_CODE, GET_MESSAGE);
- }
- CATCH_ALL{
- g_warning("CATCH_ALL");
- show_exception(parameter_tvb, actx->pinfo, tree, EXCEPT_CODE, GET_MESSAGE);
- }
- ENDTRY;
+ dissect_lte_rrc_HandoverCommand_PDU(parameter_tvb, actx->pinfo, tree);
#.TYPE_ATTR
ProtocolExtensionID TYPE = FT_UINT8 DISPLAY = BASE_DEC STRINGS = VALS(x2ap_ProtocolIE_ID_vals)