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

Ethereal-dev: Re: [Ethereal-dev] Patch to bring packet-iscsi.c in line with protocol version 0

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 19 Oct 2001 13:58:58 -0700 (PDT)
> The enclosed patch brings packet-iscsi.c into line with version 08 of
> the iSCSI protocol.

Checked in.

> Please report any bugs/suggestions to me.

Suggestions:

	1) make the heuristics stronger, so that it's less likely to
	   identify non-iSCSI packets as iSCSI (that's a bit of a
	   problem now);

	2) add support for TCP reassembly - at least as I read the spec,
	   the TotalAHSLength and DataSegmentLength fields in the Basic
	   Header Segment should tell you how large the entire PDU is
	   (other than the header and data digests).

Note that the dissector should also be made to handle multiple iSCSI
PDUs in one TCP segment, if it doesn't do so already....