aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcswils.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-03General cleanup to include:Bill Meier1-815/+1055
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+0
2012-01-19Fix some duplicate display filter names.Chris Maynard1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-11/+11
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-11/+11
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-18/+18
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-62/+62
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-5/+0
2011-05-18Create 2 subtrees using the correct 'proto_item *'; Fixes Coverity 900 & 901 ...Bill Meier1-4/+2
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-2/+1
2011-01-16Use tvb_fc_to_str() and tvb_fcwwm_to_str().Jeff Morriss1-21/+12
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-140/+128
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-34/+34
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...Bill Meier1-530/+529
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-2/+1
2008-12-19Back out r27047 and r27053.Gerald Combs1-1/+4
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-4/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-4/+4
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-66/+66
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-7/+9
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-4/+4
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-4/+4
2006-11-07From Albert Chin:Jaap Keuter1-2/+2
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-3/+3
2006-01-17packet-fcswils.c: Fix incorrect use of g_snprintf returnJörg Mayer1-5/+10
2005-09-17remove some strcpy()Ronnie Sahlberg1-35/+29
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-15Squelch some warnings, fix some typoes.Guy Harris1-3/+3
2005-09-14From Dinesh G DuttAnders Broman1-61/+507
2005-08-18several times replacing:Ulf Lamping1-2/+2
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-17/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...Ronnie Sahlberg1-5/+1
2005-05-14from dineshRonnie Sahlberg1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-3/+3
2004-12-31Don't bother copying the switch name to a buffer - we can just useGuy Harris1-3/+1
2004-12-31Fix a bug introduced in the previous checkin.Guy Harris1-3/+3
2004-12-31Note what Fibre Channel spec documents this protocol.Guy Harris1-74/+101
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1923