Pascal Quantin
changed
bug 9541
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
CC |
|
[email protected]
|
Ever confirmed |
|
1
|
Comment # 2
on bug 9541
from Pascal Quantin
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.