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