aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-smc.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-28scsi-smc: remove dead code (CID: 1159071).Dario Lombardo1-2/+0
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-7/+7
2014-08-05Do various minor dissector changes:Bill Meier1-35/+35
2014-07-25Empty proto_reg_handoff_* are not needed, remove some.Jakub Zawadzki1-7/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12Create/use a number of extended value-strings;Bill Meier1-135/+339
2013-12-11- Make local functions static.Anders Broman1-5/+7
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-08-06remove unused variable numelemMartin Kaiser1-2/+1
2013-08-06Replace all proto_tree_add_text with filterable items.Michael Mann1-116/+132
2013-05-18SCSI: Add dissection of REPORT SUPPORTED OPCODESRonnie Sahlberg1-1/+2
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-25Converted scsi dissectors display filter format from scsi.<protocol> to scsi_...Michael Mann1-17/+17
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-13/+13
2010-12-06Improve dissection of bit-oriented fields. Patch from Richard Sharpe viaChris Maynard1-59/+22
2010-10-29Use value_string_ext to access several "relatively large" value-strings.Bill Meier1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-17/+17
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-04-29Move minimum byte count test from dissect_scsi_smc_element() up into the call...Jeff Morriss1-7/+10
2007-04-13another attempt to let windows buildbot becoming greenSebastien Tandel1-14/+14
2007-04-13use of volatile for every functions and not only the ones using the ExceptionSebastien Tandel1-14/+14
2007-02-12add dissection of SMC POSITION TO ELEMENT cdbRonnie Sahlberg1-1/+29
2007-02-12add dissection of SMC OPEN/CLOSE IMPORT/EXPORT ELEMENT cdbRonnie Sahlberg1-1/+37
2007-02-11update the SMC MOVEMEDIUM cdb dissectorRonnie Sahlberg1-14/+25
2007-02-11add dissection of the two SMC cdbsRonnie Sahlberg1-6/+76
2007-02-11add dissection of SMC EXCHANGE MEDIUM cdbRonnie Sahlberg1-7/+66
2007-02-11remove the revision number from the spc symbolsRonnie Sahlberg1-38/+42
2007-02-11dont encode a specific revision of the standard in the symbol namesRonnie Sahlberg1-27/+28
2007-02-11add the name for two missing SMC cdbsRonnie Sahlberg1-0/+2
2006-11-23break the SCSI SMC commandset out into its own dissectorRonnie Sahlberg1-0/+777