aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcdns.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-39/+39
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-4/+4
2011-07-28Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning;wmeier1-8/+7
2011-01-16Introduce, and start using, tvb_fc_to_str() and tvb_fcwwm_to_str(): thesemorriss1-97/+51
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure themorriss1-6/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-10-11Define some fcns & vars as static;wmeier1-230/+213
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-85/+85
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-4/+4
2007-11-08Apply yet another set of the optimization patches:etxrab1-2/+2
2007-09-30update filter fields for bug 1803sahlberg1-1/+1
2007-08-15- s/ntohs/g_ntohsmorriss1-32/+32
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-3/+3
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-3/+3
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 strcpy() and some buffers.sahlberg1-79/+84
2005-10-25remove a bunch of arrays, some strcpy() and make it dissect the fc4 type bitm...sahlberg1-78/+127
2005-10-12remove some strcpy() and dissect a bitfield properlysahlberg1-63/+112
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-20more sprintf updatessahlberg1-6/+8
2005-08-18several times replacing:ulfl1-1/+1
2005-08-12gmemchunk -> se_alloc() improvementssahlberg1-19/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...sahlberg1-2/+1
2005-03-29README.developer says:gerald1-1/+1
2005-02-02From Jon Ringle:etxrab1-3/+3
2004-12-31Note what Fibre Channel spec documents this protocol.guy1-25/+28
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1939