aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-18/+18
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-7/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-21/+7
2009-10-17From Joe Eykholt:Jaap Keuter1-8/+85
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-37/+37
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-06-10From Joe Eykholt:Jaap Keuter1-3/+3
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-67/+71
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-02-19Continuing the tradition: squelch some compiler warnings ....Bill Meier1-2/+2
2006-10-25Squelch Coverity CID 220. Fix up whitespace.Gerald Combs1-20/+22
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...Ronnie Sahlberg1-1/+1
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-1/+27
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg1-1/+1
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
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-17/+1
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-29/+34
2006-04-20rename hte itlq structures to itlqRonnie Sahlberg1-10/+10
2006-04-07make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...Ronnie Sahlberg1-1/+1
2006-04-06use the fc exchange structure to track LUN values from fcp command all the w...Ronnie Sahlberg1-149/+17
2006-04-06use the fc exchange data to track fcp response timesRonnie Sahlberg1-3/+35
2006-04-06remove another field from a structure that we never use.Ronnie Sahlberg1-22/+2
2006-04-06remove a field we no longer use in this dissector from the conversation struc...Ronnie Sahlberg1-3/+0
2006-04-06move conversation tracking out from the type specific subdissectors and track...Ronnie Sahlberg1-48/+41
2006-04-05from previous commitRonnie Sahlberg1-5/+5
2006-04-05create the protocol tree in the main function and not down in the individual ...Ronnie Sahlberg1-72/+55
2006-04-05remove some crapRonnie Sahlberg1-40/+5
2006-04-05imake fcp responses that do carry a scsi response codeRonnie Sahlberg1-0/+3
2006-04-05add dissection of the fcp response bidir read residual fieldRonnie Sahlberg1-0/+13
2006-04-04refactoring of the fcp response dissectorRonnie Sahlberg1-23/+173
2006-02-23The task management flags in FCP are very useful to display since they convey...Ronnie Sahlberg1-23/+30
2005-09-24prettify the previous patchRonnie Sahlberg1-48/+113
2005-09-24refactor the "dissector" for task management flags to dissect the bits properlyRonnie Sahlberg1-52/+130
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-10/+9
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-20/+5
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-26iFCP uses one dedicated TCP session per fc-endpoint pair.Ronnie Sahlberg1-1/+3
2005-07-25From Ronnie: Offset checking/handling fix.Gerald Combs1-31/+29
2005-05-29remove offset and len from the signature of dissect_scsi_payload()Ronnie Sahlberg1-2/+2