aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcfzs.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-28/+28
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-3/+3
2011-01-16Use tvb_fc_to_str() and tvb_fcwwm_to_str().morriss1-24/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-11Define some fcns & vars as static;wmeier1-92/+80
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-29/+29
2007-11-08Apply yet another set of the optimization patches:etxrab1-2/+2
2007-08-15- s/ntohs/g_ntohsmorriss1-39/+39
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongssahlberg1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-10-27remove some strcpysahlberg1-29/+48
2005-10-24get rid of a few strcpy and an array from the stacksahlberg1-38/+64
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-12more gmemchunk -> se_alloc() improvementssahlberg1-19/+3
2005-08-08various code cleanup:ulfl1-4/+0
2005-03-29README.developer says:gerald1-1/+1
2005-02-02From Jon Ringle:etxrab1-3/+3
2004-12-31Don't assign the const pointers passed to hash routines to non-constguy1-3/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+924