aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.h
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Improve dissection of bit-oriented fields. Patch from Richard Sharpe viacmaynard1-0/+2
2010-10-29Use value_string_ext to access several "relatively large" value-strings.wmeier1-4/+5
2010-07-21From Zachary Mark:jake1-2/+2
2008-11-22From Peter (bug 2942):stig1-1/+1
2007-04-13another attempt to let windows buildbot becoming greenstandel1-4/+4
2007-04-13use of volatile for every functions and not only the ones using the Exceptionstandel1-2/+2
2007-04-13Change the prototypes of dissect_spc_inquiry() and dissect_spc_reportluns()morriss1-2/+2
2007-02-11remove the revision number from the spc symbolssahlberg1-49/+51
2006-11-27break the SCSI SBC commandset out into its own dissectorsahlberg1-6/+0
2006-11-23break the SCSI SMC commandset out into its own dissectorsahlberg1-17/+5
2006-11-22fix Win32 build: scsi_ssc2_vals -> scsi_ssc_valsulfl1-1/+0
2006-11-22break the SCSI SSC commandset out into its own dissectorsahlberg1-1/+31
2006-10-30start splitting the monolitic scsi dissector up into commandset dissectorssahlberg1-0/+92
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...sahlberg1-1/+2
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-0/+22
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongssahlberg1-0/+46
2006-09-29add initial scsi osd dissector but only dissect sdbs that are impoerted from...sahlberg1-0/+22
2006-09-29move the defines for SPC command opcode values to the headerfilesahlberg1-0/+33
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-25rename some value_Strings from ..._val to ..._valssahlberg1-3/+3
2006-04-25fix win32 build:ulfl1-3/+3
2006-04-24SCSI Service Response Time Staisticssahlberg1-0/+4
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-11/+0
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-3/+3
2006-04-20rename the fc_exchange_data structure to the more appropriate itlq_nexus_tsahlberg1-1/+1
2006-04-07make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...sahlberg1-1/+1
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-1/+1
2005-02-17pass lun (and status) to scsi subdissector so we can filtersahlberg1-4/+4
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+83