ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 19493: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 11 Oct 2006 11:32:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19493

User: sahlberg
Date: 2006/10/11 11:32 AM

Log:
 add a task_flags bitmap   and two lengths (data and bidirectional data)
 so that the two scsi transports   FCP and ISCSI can provide the expected data transfer lengths to SCSI  to allow SCSI reassembly.
 
 NDMP does not really need these hints since for NDMP (and also iscsi-lite) there is conceptually always both data in and data out phases and there is never any fragmentation.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +3 -0      packet-fc.c       Modified
  +27 -1     packet-fcp.c      Modified
  +12 -0     packet-iscsi.c    Modified
  +3 -0      packet-ndmp.c     Modified
  +22 -0     packet-scsi.h     Modified