Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9541] New: [REGRESSION] tshark -z follow, tcp stats is bro

Date: Tue, 10 Dec 2013 15:32:19 +0000
Bug ID 9541
Summary [REGRESSION] tshark -z follow,tcp stats is broken
Classification Unclassified
Product Wireshark
Version 1.11.x (Experimental)
Hardware All
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component TShark
Assignee [email protected]
Reporter [email protected]

Build Information:
master (trunk rev53896)
--
`tshark -z follow,tcp,ascii,N` is broken for `N > 0`. I observe that
get_tcp_stream_count() returns zero.

This works fine in older versions (say, master-1.10). Bisection shows rev53306
as the faulty commit:

b0063a025bfb68a3bc05a69cadf528116325576f is the first bad commit
commit b0063a025bfb68a3bc05a69cadf528116325576f
Author: Gerald Combs <[email protected]>
Date:   Wed Nov 13 22:18:01 2013 +0000

    Highlight selected sequence diagram items.

    Create a new dialog each time the user follows a stream. A lot of the
    follow code seems to assume one and only one dialog so there are likely
    outstanding bugs.

    Don't use the global cfile (should we deprecate its usage?). We want to
    move closer to multiple documents, not further away.

    Clean up after ourselves. Free our payload list and unlink our temp
    file. Make a bunch of gchar*s QStrings. Make sure our destructor gets
    called and use it.

    Make member variable and method names more consistent.

    svn path=/trunk/; revision=53306

:040000 040000 b82454e251ddda98684cea409e76ebc2a8353fee
f0a970cd9f56fc0234487ed53162b69dfff7d8da M      epan
:040000 040000 7fb22a8257baaba5de40a480c31e667b38a26763
8dae056fa6e5201fb07be2ebc581194a0499d555 M      ui
:040000 040000 bf1051b2d7df0de17d59a2c7818d50f374d96d20
ed0bcc1092fa83f5a884f39e9d6bc0dee7e9a8e9 M      wsutil


You are receiving this mail because:
  • You are watching all bug changes.