aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-4/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier2012-05-151-2/+0
* AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier2012-05-041-8/+0
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-17/+17
* Second try to move crc routines to libwsutil.Stig Bjørlykke2011-08-311-1/+1
* Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2011-08-301-1/+1
* Move all crc routines to libwsutil.Stig Bjørlykke2011-08-301-1/+1
* Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2011-06-201-4/+4
* Use tvb_ip_to_str().Jeff Morriss2011-01-161-2/+2
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-3/+3
* Define some fcns & vars as static;Bill Meier2010-10-111-174/+174
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-42/+35
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* From Joe Eykholt:Jaap Keuter2009-10-171-1/+6
* Don't init fc_fragment_table twice via registered_init_routines...Bill Meier2009-10-161-7/+0
* Rewrote fc_sof_t and fc_eof_t from enum to defines, as enumStig Bjørlykke2009-10-051-30/+26
* Don't guard col_append_str with check_colKovarththanan Rajaratnam2009-09-241-6/+2
* From kahou:Jaap Keuter2009-09-091-3/+7
* From kahou:Jaap Keuter2009-08-231-2/+194
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-3/+3
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-6/+2
* Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam2009-08-091-4/+2
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-6/+3
* From Kahou via bug 3739:Stig Bjørlykke2009-07-161-0/+5
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-25/+25
* Apply some of the patches from:Anders Broman2009-05-131-2/+1
* FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier2009-05-081-1/+1
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-171-1/+1
* Fix some of the Errors/warnings detected by checkapi.Bill Meier2008-05-141-18/+24
* The Fibre Channel protocol defines a virtual fabric tag (VFT) similar toJaap Keuter2007-09-161-25/+93
* Fix for bug 1633:Jaap Keuter2007-06-131-4/+10
* fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel2007-04-141-1/+1
* if FC type is FPC/SCSI and the relative offset bit is set in f_ctl then the ...Ronnie Sahlberg2006-10-131-0/+14
* add a task_flags bitmap and two lengths (data and bidirectional data)Ronnie Sahlberg2006-10-111-0/+3
* move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg2006-10-111-0/+1
* add an extra_data pointer to the itlq structure where specific commandsets/cd...Ronnie Sahlberg2006-09-301-0/+1
* rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg2006-08-141-2/+2
* coverity 149 dead codeRonnie Sahlberg2006-06-241-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg2006-04-221-0/+2
* updates to get the fc and scsi dissectorsRonnie Sahlberg2006-04-211-0/+1
* rename hte itlq structures to itlqRonnie Sahlberg2006-04-201-2/+2
* rename the fc_exchange_data structure to the more appropriate itlq_nexus_tRonnie Sahlberg2006-04-201-3/+3
* add a field for storing the scsi opcode in the exchange struct.Ronnie Sahlberg2006-04-061-0/+1
* use the fc exchange structure to track LUN values from fcp command all the w...Ronnie Sahlberg2006-04-061-0/+1
* make fc pass the fchdr structure as pinfo->private data to higher layer proto...Ronnie Sahlberg2006-04-061-0/+7
* cleaning up bits and piecesRonnie Sahlberg2006-04-051-167/+78
* remove all strcpy from fcelsRonnie Sahlberg2005-09-271-19/+21