aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-02scsi: fix conflicting entry in its value_stringAlexis La Goutte1-1/+0
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2015-05-26Fix variable that needs to survive a longjmp().Guy Harris1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-06-17Add support for WRITE_LONG16 & REPORT_REFERRALS to scsi dissectorAnish Bhatt1-1/+3
2014-04-17Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier1-14/+31
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9551Alexis La Goutte1-0/+3
2013-12-12Create/use a number of extended value-strings;Bill Meier1-4/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-5/+5
2013-05-18SCSI: Add dissection of REPORT SUPPORTED OPCODESRonnie Sahlberg1-1/+6
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+2
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-3/+0
2012-07-27SCSI/ISCSI: Add decode of LUNs with address mode/bus and lunRonnie Sahlberg1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-29SCSI SBC: Add dissection of GET_LBA_STATUS commandRonnie Sahlberg1-0/+1
2010-12-06Improve dissection of bit-oriented fields. Patch from Richard Sharpe viaChris Maynard1-0/+2
2010-10-29Use value_string_ext to access several "relatively large" value-strings.Bill Meier1-4/+5
2010-07-21From Zachary Mark:Jaap Keuter1-2/+2
2008-11-22From Peter (bug 2942):Stig Bjørlykke1-1/+1
2007-04-13another attempt to let windows buildbot becoming greenSebastien Tandel1-4/+4
2007-04-13use of volatile for every functions and not only the ones using the ExceptionSebastien Tandel1-2/+2
2007-04-13Change the prototypes of dissect_spc_inquiry() and dissect_spc_reportluns()Jeff Morriss1-2/+2
2007-02-11remove the revision number from the spc symbolsRonnie Sahlberg1-49/+51
2006-11-27break the SCSI SBC commandset out into its own dissectorRonnie Sahlberg1-6/+0
2006-11-23break the SCSI SMC commandset out into its own dissectorRonnie Sahlberg1-17/+5
2006-11-22fix Win32 build: scsi_ssc2_vals -> scsi_ssc_valsUlf Lamping1-1/+0
2006-11-22break the SCSI SSC commandset out into its own dissectorRonnie Sahlberg1-1/+31
2006-10-30start splitting the monolitic scsi dissector up into commandset dissectorsRonnie Sahlberg1-0/+92
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...Ronnie Sahlberg1-1/+2
2006-10-12wireshark does not yet consume enough memory for me to be happyRonnie Sahlberg1-0/+1
2006-10-11add a task_flags bitmap and two lengths (data and bidirectional data)Ronnie Sahlberg1-0/+22
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg1-0/+46
2006-09-29add initial scsi osd dissector but only dissect sdbs that are impoerted from...Ronnie Sahlberg1-0/+22
2006-09-29move the defines for SPC command opcode values to the headerfileRonnie Sahlberg1-0/+33
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-25rename some value_Strings from ..._val to ..._valsRonnie Sahlberg1-3/+3
2006-04-25fix win32 build:Ulf Lamping1-3/+3
2006-04-24SCSI Service Response Time StaisticsRonnie Sahlberg1-0/+4
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-11/+0
2006-04-21remover the lun parameter from dissect_scsi_cdb/payload since this is now p...Ronnie Sahlberg1-2/+2
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg1-3/+3
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-1/+1
2005-05-29remove offset and len from the signature of dissect_scsi_payload()Ronnie Sahlberg1-2/+2
2005-05-29make all callers of dissect_scsi_cdb() first create a new subset tvbRonnie Sahlberg1-1/+1
2005-02-17pass lun (and status) to scsi subdissector so we can filterRonnie Sahlberg1-4/+4