aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcswils.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-26Fix several compilation warningsPascal Quantin1-1/+0
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-87/+44
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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-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-11/+13
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-12/+12
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-4/+4
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-12/+10
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-03-19From beroset:Anders Broman1-6/+6
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
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