aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcp.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-37/+37
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-06-10From Joe Eykholt:jake1-3/+3
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-67/+71
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-02-19Continuing the tradition: squelch some compiler warnings ....wmeier1-2/+2
2006-10-25Squelch Coverity CID 220. Fix up whitespace.gerald1-20/+22
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...sahlberg1-1/+1
2006-10-12wireshark does not yet consume enough memory for me to be happysahlberg1-0/+1
2006-10-11add a task_flags bitmap and two lengths (data and bidirectional data)sahlberg1-1/+27
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongssahlberg1-1/+1
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-04-24change the signature for dissect_scsi_snsinfo() to take itlq and itl structuressahlberg1-1/+1
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqsahlberg1-17/+1
2006-04-21remover the lun parameter from dissect_scsi_cdb/payload since this is now p...sahlberg1-2/+2
2006-04-21updates to get the fc and scsi dissectorssahlberg1-29/+34
2006-04-20rename hte itlq structures to itlqsahlberg1-10/+10
2006-04-07make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...sahlberg1-1/+1
2006-04-06use the fc exchange structure to track LUN values from fcp command all the w...sahlberg1-149/+17
2006-04-06use the fc exchange data to track fcp response timessahlberg1-3/+35
2006-04-06remove another field from a structure that we never use.sahlberg1-22/+2
2006-04-06remove a field we no longer use in this dissector from the conversation struc...sahlberg1-3/+0
2006-04-06move conversation tracking out from the type specific subdissectors and track...sahlberg1-48/+41
2006-04-05from previous commitsahlberg1-5/+5
2006-04-05create the protocol tree in the main function and not down in the individual ...sahlberg1-72/+55
2006-04-05remove some crapsahlberg1-40/+5
2006-04-05imake fcp responses that do carry a scsi response codesahlberg1-0/+3
2006-04-05add dissection of the fcp response bidir read residual fieldsahlberg1-0/+13
2006-04-04refactoring of the fcp response dissectorsahlberg1-23/+173
2006-02-23The task management flags in FCP are very useful to display since they convey...sahlberg1-23/+30
2005-09-24prettify the previous patchsahlberg1-48/+113
2005-09-24refactor the "dissector" for task management flags to dissect the bits properlysahlberg1-52/+130
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-10/+9
2005-08-12more gmemchunk -> se_alloc() improvementssahlberg1-20/+5
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-26iFCP uses one dedicated TCP session per fc-endpoint pair.sahlberg1-1/+3
2005-07-25From Ronnie: Offset checking/handling fix.gerald1-31/+29
2005-05-29remove offset and len from the signature of dissect_scsi_payload()sahlberg1-2/+2
2005-05-29make all callers of dissect_scsi_cdb() first create a new subset tvbsahlberg1-2/+12
2005-03-26Get rid of boilerplate.guy1-42/+35
2005-03-25Add checks to make sure the packet length hasn't overflowed in a couple ofgerald1-0/+14
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...ulfl1-2/+2
2005-02-17pass lun (and status) to scsi subdissector so we can filtersahlberg1-37/+45
2005-02-02From Jon Ringle:etxrab1-6/+6
2004-12-31Don't assign the const pointers passed to hash routines to non-constguy1-3/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+690