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] iSCSI Dissector Available

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: Wed, 30 May 2001 13:52:52 -0700 (PDT)
> Well, come to think of it. Any packet less than 48 bytes long is not
> of much interest as far as iSCSI is concerned so I enclose a patch
> (from the CVS version) that does this right.

Well, eventually we want to be able to handle multiple-frame PDUs for
protocols running atop TCP by reassembling the TCP data stream and
having the protocols running atop TCP accumulate multiple chunks from
that stream into PDUs, just as we reassemble IPv4 fragments, so we will
eventually want to handle, in iSCSI, TCP segments with less than 48
bytes of payload.