Wireshark-commits: [Wireshark-commits] master 8d117f3: tcp: remove repetitive "follow_record->is_se
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 06 Jul 2018 07:25:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d117f327f54d3a86bd8582c820b4828c0858957
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8d117f3 by Peter Wu (peter@xxxxxxxxxxxxx):

    tcp: remove repetitive "follow_record->is_server"
    
    To improve readability, do not repeat "follow_record" a dozen times.
    No functional change.
    
    Change-Id: I854434974a94d69d4591ad1bc3acf911073b0923
    Reviewed-on: https://code.wireshark.org/review/28596
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c40c26c   Follow Stream: ensure linear performance with many packets
    adds  8d117f3   tcp: remove repetitive "follow_record->is_server"


Summary of changes:
 epan/dissectors/packet-tcp.c | 45 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)