aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-3/+3
* Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher2007-03-271-3/+3
* fix a lot more warningsUlf Lamping2007-03-231-2/+2
* if DataSegmentLength is non zero for iscsi async messages the data segment c...Ronnie Sahlberg2007-01-231-5/+36
* strengthen the heuristics for iscsi commandis assuming that the last 6 byte...Ronnie Sahlberg2006-12-071-0/+4
* pass the relative data offset of data in/out pdu's to the scsi data in/out di...Ronnie Sahlberg2006-10-131-2/+9
* wireshark does not yet consume enough memory for me to be happyRonnie Sahlberg2006-10-121-2/+3
* add a task_flags bitmap and two lengths (data and bidirectional data)Ronnie Sahlberg2006-10-111-0/+12
* move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg2006-10-111-1/+0
* scsi: unusual scsi protocols can request multiple AHS fields for iscsi so d...Ronnie Sahlberg2006-10-081-22/+68
* fix for header digest detection being broken when AHS is used.Ronnie Sahlberg2006-09-301-4/+6
* the ahs length inside the AHS for an extended cdb includes the reserved byte ...Ronnie Sahlberg2006-09-301-4/+4
* scsi osd updatesRonnie Sahlberg2006-09-301-5/+53
* add an extra_data pointer to the itlq structure where specific commandsets/cd...Ronnie Sahlberg2006-09-301-0/+1
* scsi opcode 0x7f is variable length so dont clamp the cdb length to 16 bytesRonnie Sahlberg2006-09-301-4/+11
* add a missing heuristic to acept a NOP_IN packet and correct a broken heurist...Ronnie Sahlberg2006-09-291-4/+18
* rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg2006-08-141-4/+4
* for iscsi traces where there is a lot of packetloss the dissector frequently ...Ronnie Sahlberg2006-06-201-5/+511
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* change the signature for dissect_scsi_snsinfo() to take itlq and itl structuresRonnie Sahlberg2006-04-241-1/+1
* the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg2006-04-221-15/+2
* remover the lun parameter from dissect_scsi_cdb/payload since this is now p...Ronnie Sahlberg2006-04-211-3/+3
* updates to get the fc and scsi dissectorsRonnie Sahlberg2006-04-211-9/+26
* rename hte itlq structures to itlqRonnie Sahlberg2006-04-201-30/+30
* rename the fc_exchange_data structure to the more appropriate itlq_nexus_tRonnie Sahlberg2006-04-201-1/+1
* make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...Ronnie Sahlberg2006-04-071-95/+88
* change iscsi to track transaction data in a fc_exchange_data structure just...Ronnie Sahlberg2006-04-061-29/+29
* remove the hashtables for pdu tracking and replace with an se_treeRonnie Sahlberg2006-04-061-162/+17
* attach the iscsi_session to the conversation instead of using a hashtable to ...Ronnie Sahlberg2006-04-061-49/+19
* get rid of a field we are not usingRonnie Sahlberg2006-04-061-1/+0
* Fix for bug 783 from Didier GautheronJaap Keuter2006-03-021-1/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-16/+3
* more gmemchunk -> se_alloc() improvementsRonnie Sahlberg2005-08-121-22/+4
* Fix for bug 342Ronnie Sahlberg2005-08-111-0/+9
* From Maynard, Chris :Anders Broman2005-07-261-1/+1
* Squelch various signed vs. unsigned warnings by:Guy Harris2005-07-091-1/+1
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-1/+1
* remove offset and len from the signature of dissect_scsi_payload()Ronnie Sahlberg2005-05-291-4/+2
* make all callers of dissect_scsi_cdb() first create a new subset tvbRonnie Sahlberg2005-05-291-2/+1
* create a subset tvb before calling off to the SCSI dissectorRonnie Sahlberg2005-05-291-10/+47
* update iscsi so that when we have ImmediateData we also call SCSI to decode the Ronnie Sahlberg2005-05-291-0/+15
* once we know a conversation is iscsi, use conversation_set_dissector()Ronnie Sahlberg2005-04-301-2/+8
* only show the Status field in a DataIn PDU if the S bit is set.Ronnie Sahlberg2005-03-181-1/+3
* iscsi LUNs were reported incorrectly for SCSI Command PDUs when they were not...Ronnie Sahlberg2005-03-171-22/+23
* removed some MSVC compiler warnings, mostly I've casted "downsized function p...Ulf Lamping2005-03-091-4/+4
* If errorrecoverylevel==0 is used and the A bit is clear in a DataIn PDU Ronnie Sahlberg2005-03-011-22/+28
* pass lun (and status) to scsi subdissector so we can filterRonnie Sahlberg2005-02-171-5/+26
* From Jon Ringle:Anders Broman2005-02-021-2/+2
* only add 4 bytes to the pdu length IFF header digest/crc32 is actually used.Ronnie Sahlberg2005-01-291-3/+25
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1