aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-30From didier:Anders Broman1-4/+14
2008-06-18Fix for bug 2616:Jaap Keuter1-1/+2
2008-04-12From Philip Frey (bug 2420):Stig Bjørlykke1-114/+4
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-3/+3
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-3/+3
2007-03-23fix a lot more warningsUlf Lamping1-2/+2
2007-01-23if DataSegmentLength is non zero for iscsi async messages the data segment c...Ronnie Sahlberg1-5/+36
2006-12-07strengthen the heuristics for iscsi commandis assuming that the last 6 byte...Ronnie Sahlberg1-0/+4
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...Ronnie Sahlberg1-2/+9
2006-10-12wireshark does not yet consume enough memory for me to be happyRonnie Sahlberg1-2/+3
2006-10-11add a task_flags bitmap and two lengths (data and bidirectional data)Ronnie Sahlberg1-0/+12
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg1-1/+0
2006-10-08scsi: unusual scsi protocols can request multiple AHS fields for iscsi so d...Ronnie Sahlberg1-22/+68
2006-09-30fix for header digest detection being broken when AHS is used.Ronnie Sahlberg1-4/+6
2006-09-30the ahs length inside the AHS for an extended cdb includes the reserved byte ...Ronnie Sahlberg1-4/+4
2006-09-30scsi osd updatesRonnie Sahlberg1-5/+53
2006-09-30add an extra_data pointer to the itlq structure where specific commandsets/cd...Ronnie Sahlberg1-0/+1
2006-09-30scsi opcode 0x7f is variable length so dont clamp the cdb length to 16 bytesRonnie Sahlberg1-4/+11
2006-09-29add a missing heuristic to acept a NOP_IN packet and correct a broken heurist...Ronnie Sahlberg1-4/+18
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-4/+4
2006-06-20for iscsi traces where there is a lot of packetloss the dissector frequently ...Ronnie Sahlberg1-5/+511
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-04-24change the signature for dissect_scsi_snsinfo() to take itlq and itl structuresRonnie Sahlberg1-1/+1
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg1-15/+2
2006-04-21remover the lun parameter from dissect_scsi_cdb/payload since this is now p...Ronnie Sahlberg1-3/+3
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg1-9/+26
2006-04-20rename hte itlq structures to itlqRonnie Sahlberg1-30/+30
2006-04-20rename the fc_exchange_data structure to the more appropriate itlq_nexus_tRonnie Sahlberg1-1/+1
2006-04-07make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...Ronnie Sahlberg1-95/+88
2006-04-06change iscsi to track transaction data in a fc_exchange_data structure just...Ronnie Sahlberg1-29/+29
2006-04-06remove the hashtables for pdu tracking and replace with an se_treeRonnie Sahlberg1-162/+17
2006-04-06attach the iscsi_session to the conversation instead of using a hashtable to ...Ronnie Sahlberg1-49/+19
2006-04-06get rid of a field we are not usingRonnie Sahlberg1-1/+0
2006-03-02Fix for bug 783 from Didier GautheronJaap Keuter1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-16/+3
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-22/+4
2005-08-11Fix for bug 342Ronnie Sahlberg1-0/+9
2005-07-26From Maynard, Chris :Anders Broman1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-05-29remove offset and len from the signature of dissect_scsi_payload()Ronnie Sahlberg1-4/+2
2005-05-29make all callers of dissect_scsi_cdb() first create a new subset tvbRonnie Sahlberg1-2/+1
2005-05-29create a subset tvb before calling off to the SCSI dissectorRonnie Sahlberg1-10/+47
2005-05-29update iscsi so that when we have ImmediateData we also call SCSI to decode the Ronnie Sahlberg1-0/+15
2005-04-30once we know a conversation is iscsi, use conversation_set_dissector()Ronnie Sahlberg1-2/+8
2005-03-18only show the Status field in a DataIn PDU if the S bit is set.Ronnie Sahlberg1-1/+3
2005-03-17iscsi LUNs were reported incorrectly for SCSI Command PDUs when they were not...Ronnie Sahlberg1-22/+23
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...Ulf Lamping1-4/+4