Wireshark-commits: [Wireshark-commits] master-1.12 572ce10: ATN-CPDLC: never put a break in a TRY b

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Feb 2015 18:27:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=572ce102c33c932d470a75ddb2bb660866816458
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

572ce10 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    ATN-CPDLC: never put a break in a TRY block
    
    It will skip the execution of ENDTRY block
    
    Bug: 9952
    Change-Id: I55af248b7d31cf1b75aae695ef8c149367791820
    Reviewed-on: https://code.wireshark.org/review/7391
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit 1a3dd349233a4ee3e69295c8e79f9a216027037e)
    Conflicts:
    	epan/dissectors/packet-atn-cpdlc.c
    Reviewed-on: https://code.wireshark.org/review/7392
    

Actions performed:

    from  ee771c7   BSSMAP: VGCS/VBS Assignment Request wrong first parameter
    adds  572ce10   ATN-CPDLC: never put a break in a TRY block


Summary of changes:
 asn1/atn-cpdlc/packet-atn-cpdlc-template.c |   18 ++++++++++--------
 epan/dissectors/packet-atn-cpdlc.c         |   22 ++++++++++++----------
 2 files changed, 22 insertions(+), 18 deletions(-)