aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-sbc.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-13/+13
2021-02-10SCSI: use BASE_DEC_HEX for counts/lengths/etc..Guy Harris1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-35/+35
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-09-11initial write atomicRonnie Sahlberg1-1/+31
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-07-25Empty proto_reg_handoff_* are not needed, remove some.Jakub Zawadzki1-6/+0
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-17Add support for WRITE_LONG16 & REPORT_REFERRALS to scsi dissectorAnish Bhatt1-30/+132
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-26From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9595Alexis La Goutte1-2/+2
2013-12-23From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9551Alexis La Goutte1-2/+3
2013-12-12Create/use a number of extended value-strings;Bill Meier1-87/+88
2013-12-11- Make local functions static.Anders Broman1-0/+2
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-94/+70
2013-05-26SCSI: Add dissection of the data-out buffer for SANITIZE service action OVERW...Ronnie Sahlberg1-3/+48
2013-05-25SCSI: Add basic decoding of SANITIZE opcodeRonnie Sahlberg1-2/+65
2013-05-18SCSI: Add dissection of REPORT SUPPORTED OPCODESRonnie Sahlberg1-1/+2
2013-02-20fix dead assignmentMartin Kaiser1-1/+0
2013-02-20TABs -> spacesMartin Kaiser1-580/+594
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-8/+8
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-2/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11SCSI: PMI and LBA are no longer part of READCAPACITY10 in current versions of...Ronnie Sahlberg1-21/+0
2012-09-11SCSI: SBC, print the subcommand name in the info column for service-action-inRonnie Sahlberg1-0/+5
2012-09-11SCSI: SBC: READCAPACITY16 no longer have PMI or LBA in the request in modern ...Ronnie Sahlberg1-14/+2
2012-07-25Converted scsi dissectors display filter format from scsi.<protocol> to scsi_...Michael Mann1-91/+91
2012-07-14Add support for SCSI SBC ORWRITE commandRonnie Sahlberg1-1/+33
2012-07-14Add support for SCSI SBC COMPARE_AND_WRITE opcodeRonnie Sahlberg1-1/+32
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-29SCSI SBC: Add dissection of GET_LBA_STATUS commandRonnie Sahlberg1-2/+89
2012-04-28SCSI SBC: Add dissection of the ANCHOR and UNMAP bits in WRITESAME10/16Ronnie Sahlberg1-0/+12
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2012-03-30SCSI SBC: Add the new fields that have been added to READ_CAPACITY16Ronnie Sahlberg1-0/+50
2012-03-27SCSI SBC : Add decode for UNMAP commandRonnie Sahlberg1-2/+84
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-65/+65
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-78/+78
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2010-12-06Improve dissection of bit-oriented fields. Patch from Richard Sharpe viaChris Maynard1-327/+152
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-69/+69
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-9/+9
2007-04-13another attempt to let windows buildbot becoming greenSebastien Tandel1-66/+66