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

Wireshark-bugs: [Wireshark-bugs] [Bug 10469] iscsi Read Capacity (16) packet parsing

Date: Fri, 19 Sep 2014 04:14:30 +0000

Comment # 8 on bug 10469 from
Frame 26 in the 3rd capture is being rejected as not being an ISCSI frame
because the "expected data transfer length" field in the PDU is deemed to be
too large (> 16M).

There's a comment in the code which is doing a "validity test" of each
potential ISCSI PDU:

/* expected data transfer length is never >16MByte ? */

I'm not familiar with the details of ISCSI. 

Is this test obsolete ? (i.e. larger transfers are (now) allowed) ?

I expect that someone (you ?) with ISCSI knowledge can provide some insight as
to the (in)validity of this test and why it's in the code.


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