ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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

Date: Sun, 11 May 2014 20:27:17 +0000

changed bug 9541

What Removed Added
Status UNCONFIRMED CONFIRMED
CC   [email protected]
Ever confirmed   1

Comment # 2 on bug 9541 from
the call to follow_tcp_index() is done in tshark before loading the file (so
before the number of TCP streams is counted).
In master-1.10, the check
if (indx > get_tcp_stream_count())
is not present, that's why everything works as expected.
As Peter noted, this check was added in Gerald's commit. This extra check only
works when the file has been loaded before calling follow_tcp_index() (so only
when called from the GUI).
We can probably remove this extra check as it breaks tshark and does not add
any value to Qt GUI as follow_tcp_index() return code is not even checked.


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