aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-16Use tvb_ip_to_str().morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-10-11Define some fcns & vars as static;wmeier1-174/+174
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-42/+35
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-10-17From Joe Eykholt:jake1-1/+6
2009-10-16Don't init fc_fragment_table twice via registered_init_routines...wmeier1-7/+0
2009-10-05Rewrote fc_sof_t and fc_eof_t from enum to defines, as enumstig1-30/+26
2009-09-24Don't guard col_append_str with check_colkrj1-6/+2
2009-09-09From kahou:jake1-3/+7
2009-08-23From kahou:jake1-2/+194
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-6/+3
2009-07-16From Kahou via bug 3739:stig1-0/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-25/+25
2009-05-13Apply some of the patches from:etxrab1-2/+1
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-18/+24
2007-09-16The Fibre Channel protocol defines a virtual fabric tag (VFT) similar tojake1-25/+93
2007-06-13Fix for bug 1633:jake1-4/+10
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
2006-10-13if FC type is FPC/SCSI and the relative offset bit is set in f_ctl then the ...sahlberg1-0/+14
2006-10-11add a task_flags bitmap and two lengths (data and bidirectional data)sahlberg1-0/+3
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongssahlberg1-0/+1
2006-09-30add an extra_data pointer to the itlq structure where specific commandsets/cd...sahlberg1-0/+1
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-2/+2
2006-06-24coverity 149 dead codesahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqsahlberg1-0/+2
2006-04-21updates to get the fc and scsi dissectorssahlberg1-0/+1
2006-04-20rename hte itlq structures to itlqsahlberg1-2/+2
2006-04-20rename the fc_exchange_data structure to the more appropriate itlq_nexus_tsahlberg1-3/+3
2006-04-06add a field for storing the scsi opcode in the exchange struct.sahlberg1-0/+1
2006-04-06use the fc exchange structure to track LUN values from fcp command all the w...sahlberg1-0/+1
2006-04-06make fc pass the fchdr structure as pinfo->private data to higher layer proto...sahlberg1-0/+7
2006-04-05cleaning up bits and piecessahlberg1-167/+78
2005-09-27remove all strcpy from fcelssahlberg1-19/+21
2005-09-26remove all strcpy() from packet-fc.csahlberg1-154/+73
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-09-15Fix fragment length checks. Fixes bugs 440 and 442-446.gerald1-2/+2
2005-09-14From Dinesh G Duttetxrab1-8/+20
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-10/+4
2005-08-16gcc4 gets confused by the break statements, and I guess it thinks youguy1-7/+0
2005-08-12gmemchunk -> se_alloc() improvementssahlberg1-27/+4
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-26iFCP uses one dedicated TCP session per fc-endpoint pair.sahlberg1-10/+40