aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fip.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Remove comma at the end of several enumerator lists.morriss1-3/+3
2011-10-24Fix encoding arg for various fcn calls:wmeier1-4/+4
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-16/+16
2011-10-04Use 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-5/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-06-16From Joe Eykholt via bug 4882:stig1-2/+129
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-15Change col_set_str() call to col_add_str() since the string being passedstig1-1/+2
2010-01-13From Didier Gautheron:etxrab1-2/+1
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-6/+6
2009-11-09Removed an unused variable.stig1-2/+0
2009-10-16From Joe Eykholt:jake1-5/+8
2009-09-23Fix for bug 4046:jake1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-39/+39
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-4/+4
2008-10-30From Joe Eykholt:jake1-61/+109
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-08-01From Joe Eykholt:jake1-4/+4
2008-07-15From Joe Eykholt:jake1-0/+562