aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-16The Fibre Channel protocol defines a virtual fabric tag (VFT) similar toJaap Keuter1-25/+93
2007-06-13Fix for bug 1633:Jaap Keuter1-4/+10
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
2006-10-13if FC type is FPC/SCSI and the relative offset bit is set in f_ctl then the ...Ronnie Sahlberg1-0/+14
2006-10-11add a task_flags bitmap and two lengths (data and bidirectional data)Ronnie Sahlberg1-0/+3
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg1-0/+1
2006-09-30add an extra_data pointer to the itlq structure where specific commandsets/cd...Ronnie Sahlberg1-0/+1
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-2/+2
2006-06-24coverity 149 dead codeRonnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg1-0/+2
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg1-0/+1
2006-04-20rename hte itlq structures to itlqRonnie Sahlberg1-2/+2
2006-04-20rename the fc_exchange_data structure to the more appropriate itlq_nexus_tRonnie Sahlberg1-3/+3
2006-04-06add a field for storing the scsi opcode in the exchange struct.Ronnie Sahlberg1-0/+1
2006-04-06use the fc exchange structure to track LUN values from fcp command all the w...Ronnie Sahlberg1-0/+1
2006-04-06make fc pass the fchdr structure as pinfo->private data to higher layer proto...Ronnie Sahlberg1-0/+7
2006-04-05cleaning up bits and piecesRonnie Sahlberg1-167/+78
2005-09-27remove all strcpy from fcelsRonnie Sahlberg1-19/+21
2005-09-26remove all strcpy() from packet-fc.cRonnie Sahlberg1-154/+73
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-15Fix fragment length checks. Fixes bugs 440 and 442-446.Gerald Combs1-2/+2
2005-09-14From Dinesh G DuttAnders Broman1-8/+20
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-10/+4
2005-08-16gcc4 gets confused by the break statements, and I guess it thinks youGuy Harris1-7/+0
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-27/+4
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-26iFCP uses one dedicated TCP session per fc-endpoint pair.Ronnie Sahlberg1-10/+40
2005-04-20From Dinesh Dutt: Improve reassembly checking. Replace a match_strval()Gerald Combs1-28/+42
2005-04-17Make sure frag_size doesn't underflow, which would make us to try toGerald Combs1-0/+7
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-12-31Don't assign the const pointers passed to hash routines to non-constGuy Harris1-3/+3
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-23We are not guaranteed that "fchdr.r_ctl & 0x0F" is a valid frame type,Guy Harris1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1454