| Bug ID |
12383
|
| Summary |
The stream number in tshark's "-z follow,tcp,<stream number>" option is 0-origin rather than 1-origin
|
| Product |
Wireshark
|
| Version |
Git
|
| Hardware |
All
|
| OS |
All
|
| Status |
UNCONFIRMED
|
| Severity |
Major
|
| Priority |
Low
|
| Component |
TShark
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Build Information:
git
Haven't tried earlier releases
--
While verifying tshark's "follow TCP stream" behavior for bug 12382 I tried
doing what the tshark manual says: "tshark -q -z follow,tcp,ascii,1 -r [...]"
but I got no output.
Eventually I figured out that I needed to specify the TCP stream number as 0
rather than 1 (my capture file only has one TCP stream). The GUI (and man
page) refer to the first TCP stream as 1; so should this option.
(I'm recording this so I don't forget and because I don't have time to work on
it right now.)
You are receiving this mail because:
- You are watching all bug changes.