Wireshark-commits: [Wireshark-commits] master d1d5caa: Fix tshark -z follow, tcp stats regression w
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 May 2014 05:20:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1d5caaf2516421ac5bc307baad96efae8505c68
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d1d5caa by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Fix tshark -z follow,tcp stats regression when TCP stream index is > 0
    
    With tshark stats are being configured before the file gets loaded and the number of TCP streams are computed
    
    Bug: 9541
    Change-Id: I42c2891124f1781b05967d5f071ad40df2d6d9f5
    Reviewed-on: https://code.wireshark.org/review/1598
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  9554b2f   Condense DIS dissector to a single file.
    adds  d1d5caa   Fix tshark -z follow,tcp stats regression when TCP stream index is > 0


Summary of changes:
 epan/follow.c       |    4 ----
 ui/cli/tap-follow.c |    4 ++--
 2 files changed, 2 insertions(+), 6 deletions(-)