Wireshark-commits: [Wireshark-commits] master 2a801b4: [aeron] simplify aeron_frame_info_setup()

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 9 Jan 2016 15:02:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a801b48293e3f15b4fc352557fd97fef58a9666
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2a801b4 by Martin Kaiser (wireshark@xxxxxxxxx):

    [aeron] simplify aeron_frame_info_setup()
    
    exit straight away if the packet was already processed or if we're
    missing some data
    avoid nested if clauses that make the code hard to read
    
    Change-Id: Ied6d575f9498ab98623cd862a9d4b9dd8ad7e0b4
    Reviewed-on: https://code.wireshark.org/review/13146
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  e530a09   Adding following dissectors for HVAC clusters for Zigbee Protocol:
    adds  2a801b4   [aeron] simplify aeron_frame_info_setup()


Summary of changes:
 epan/dissectors/packet-aeron.c |   80 +++++++++++++++++++---------------------
 1 file changed, 37 insertions(+), 43 deletions(-)