aboutsummaryrefslogtreecommitdiffstats
path: root/packet-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* "%.*" expects an "int" argument giving the precision.Guy Harris2003-10-281-2/+3
* From Dinesh Dutt:Guy Harris2003-10-281-6/+191
* Don't include <epan/conversation.h> if you don't need it.Guy Harris2003-09-031-2/+2
* Replace "hf_scsi_log_pc" with separate "hf_scsi_logsel_pc" andGuy Harris2003-07-091-39/+73
* Strings in SCSI replies are blank-padded or possibly null-padded;Guy Harris2003-05-261-8/+12
* More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs2003-05-191-3/+5
* Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs2003-04-301-6/+5
* When processing the device identification page of vital product data,Guy Harris2003-04-161-23/+64
* Use SCSI_DEV_BITS for the bits in the peripheral qualifier/peripheralGuy Harris2003-03-101-2/+2
* Treat the Peripheral Qualifier field the same way we treat theGuy Harris2003-03-081-19/+30
* Make various variables containing unsigned quantities unsigned.Guy Harris2003-03-051-5/+11
* From Dinesh Dutt:Guy Harris2003-03-051-14/+35
* Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2003-01-311-15/+15
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-7/+7
* From Senthil Kumar Nagappan: fix a "proto_tree_add_uint()" call that wasGuy Harris2002-10-081-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-84/+84
* Put the volume identification in quotes, so it doesn't look stupid whenGuy Harris2002-08-211-2/+2
* Display volume tags as per SMC-2.Guy Harris2002-08-211-7/+28
* Handle Read Block Position replies.Guy Harris2002-08-211-25/+191
* Handle mode pages differently depending on the type of device (some modeGuy Harris2002-08-211-180/+1187
* Have "dissect_scsi_cdb()" take an argument that's a SCSI device type,Guy Harris2002-08-201-47/+74
* Regularize the format of the "(size)" tags - the SCSI specs appear notGuy Harris2002-08-201-219/+411
* Fix the reporting of the "PS" bit in SCSI mode pages.Guy Harris2002-08-191-90/+259
* From Bill Studenmund: fix handling of SCSI mode sense.Guy Harris2002-08-181-4/+7
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Peter Hawkins: make the maximum length argument toGuy Harris2002-06-131-3/+3
* From Joerg Mayer:Guy Harris2002-04-141-2/+2
* From Dinesh Dutt: get rid of unused variables, and fix a bug in the wayGuy Harris2002-03-311-90/+90
* Give the "prevent/allow medium removal" command the right name (it'sGuy Harris2002-03-131-2/+2
* From Dinesh Dutt: initial dissection of a variable-length CDB.Guy Harris2002-03-121-1/+32
* Have the private data for the SCSI dissection routines be a pointer to aGuy Harris2002-02-131-24/+27
* Move all the stuff in "packet-scsi.h" that's solely for the use ofGuy Harris2002-02-121-1/+926
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* From Mark Burton: reinstate data segment digest handling, and stop theGuy Harris2002-01-161-4/+4
* SCSI dissector, and changes to make the iSCSI dissector use it, fromGuy Harris2002-01-101-0/+2485