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 12163] TCP graphs - wrong stream graphed if stream index >

Date: Thu, 03 Mar 2016 20:43:57 +0000

changed bug 12163


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

Comment # 1 on bug 12163 from
Affects all TCP Stream graphs. Graph headline shows the right TCP flow. However
Stream field shows "99" for tcp.stream >= 100.

Component for this bug should be switched to "Qt UI"

Affects branch master-2.0 and master (e.g. Version 2.1.0
(v2.1.0rc0-2237-gc524d73 from master)).

99 is the default value for a QSpinBox (s.
http://stackoverflow.com/questions/5754825/pyqt4-qspinbox-doesnt-accept-values-higher-than-100)

In ui/qt/tcp_stream_dialog.cpp line 171 the max value is set:
ui->streamNumberSpinBox->setMaximum(get_tcp_stream_count() - 1);


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