aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-10-11Define some fcns & vars as static;Bill Meier1-174/+174
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-42/+35
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-17From Joe Eykholt:Jaap Keuter1-1/+6
2009-10-16Don't init fc_fragment_table twice via registered_init_routines...Bill Meier1-7/+0
2009-10-05Rewrote fc_sof_t and fc_eof_t from enum to defines, as enumStig Bjørlykke1-30/+26
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-6/+2
2009-09-09From kahou:Jaap Keuter1-3/+7
2009-08-23From kahou:Jaap Keuter1-2/+194
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+3
2009-07-16From Kahou via bug 3739:Stig Bjørlykke1-0/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-25/+25
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-18/+24
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