aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcels.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Move value_string defs from .h file; create/use extended value_string; Other ...Bill Meier1-25/+321
2013-12-18Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte1-1/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-14Fix some warningsJakub Zawadzki1-2/+2
2013-12-10Reject the packet if data is NULL.Chris Maynard1-1/+6
2013-11-25Remove Fibre Channel specific fields from packet_info and just have the fc_hd...Michael Mann1-18/+21
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-07-17Use "generic" tfs (tfs_set_notset, tfs_supported_not_supported...)Alexis La Goutte1-138/+27
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+9
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-13/+11
2013-05-26Batch of filterable expert infos.Michael Mann1-2/+15
2013-03-18From beroset:Anders Broman1-10/+10
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-0/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-8/+0
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-83/+83
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-01-16Introduce, and start using, tvb_fc_to_str() and tvb_fcwwm_to_str(): theseJeff Morriss1-37/+32
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-11Define some fcns & vars as static;Bill Meier1-715/+711
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-21From Joe Eykholt:Jaap Keuter1-0/+97
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-12/+4
2009-08-09Don't use DISSECTOR_ASSERT to check source/destination address type.Kovarththanan Rajaratnam1-2/+15
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_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-04Remove duplicate entry from ett[]Bill Meier1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-138/+138
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-09-30update filter fields for bug 1803Ronnie Sahlberg1-18/+18
2007-06-13Fix for bug 1632:Jaap Keuter1-3/+3
2007-04-25Fix the previous fix.Guy Harris1-6/+6
2007-04-25Check that the addresses are FC addresses before looking at them.Guy Harris1-2/+13
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-10-08fix the last remaining bitmap so it is dissected properly and remove the last...Ronnie Sahlberg1-70/+85
2005-10-08one more bitmap dissected properly and a few less strcpy()Ronnie Sahlberg1-24/+81
2005-10-08one more bitfield properly dissected and some less strcpy()sRonnie Sahlberg1-18/+79
2005-10-08some more strcpy() removalsRonnie Sahlberg1-44/+149
2005-10-05dissect one more bitfieldRonnie Sahlberg1-68/+96