aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x2ap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-10-30 16:25:11 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-10-30 16:25:11 +0000
commit1a2f69aa0358b814dca25377c35f468ce0a61123 (patch)
treeaef73b9cc021f11fb67ae157bef46d0b8d71d5d4 /epan/dissectors/packet-x2ap.c
parent77377a9d22e48effd6ddfe5e31ab90d76f8975ca (diff)
Remove debug code
svn path=/trunk/; revision=30772
Diffstat (limited to 'epan/dissectors/packet-x2ap.c')
-rw-r--r--epan/dissectors/packet-x2ap.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/epan/dissectors/packet-x2ap.c b/epan/dissectors/packet-x2ap.c
index 0e12a37bed..2fceeb3263 100644
--- a/epan/dissectors/packet-x2ap.c
+++ b/epan/dissectors/packet-x2ap.c
@@ -2439,22 +2439,7 @@ dissect_x2ap_TargeteNBtoSource_eNBTransparentContainer(tvbuff_t *tvb _U_, int of
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);