Wireshark-commits: [Wireshark-commits] master 877b9a0: tcp: (trivial) remove some unnecessary if (t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 3 Apr 2017 13:52:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=877b9a0d52c9b28c0169565add6f8bf6a6f3915c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

877b9a0 by Martin Kaiser (wireshark@xxxxxxxxx):

    tcp: (trivial) remove some unnecessary if (tree) checks
    
    Doing the checks ourselves doesn't save a lot of time.
    
    Change-Id: Icd96d6487ba88bc8a0f9d475e8f569803b40cf1a
    Reviewed-on: https://code.wireshark.org/review/20859
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  7b0e5f8   MAC-LTE: enhance a bit dissection of Bandwidth Reduced related packets
    adds  877b9a0   tcp: (trivial) remove some unnecessary if (tree) checks


Summary of changes:
 epan/dissectors/packet-tcp.c |   58 ++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 33 deletions(-)