Wireshark-bugs: [Wireshark-bugs] [Bug 12832] iSCSI Display Filter does not return iSCSI Read res

Date: Sat, 10 Dec 2016 02:43:09 +0000

changed bug 12832


What Removed Added
Status UNCONFIRMED RESOLVED
CC   [email protected]
Resolution --- NOTABUG

Comment # 2 on bug 12832 from
This is exactly how tcp.desegment_tcp_streams is supposed to work.  Setting it
to TRUE allows upper layer protocols (like iSCSI) to assembly packets over
multiple frames.
The reason packet Frame 2594 isn't identified as a response with
tcp.desegment_tcp_streams = FALSE is that the "iSCSI response packet" takes up
50 frames.  TCP will only reassemble that into a iSCSI packet when
tcp.desegment_tcp_streams = TRUE.  Otherwise it will just be treated as data
since any one individual packet is not a complete iSCSI packet.


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