aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-flip.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-9/+9
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-4/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-1/+1
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-63/+57
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-15From Juha Siltanen :sake1-63/+91
2010-08-26From Juha Siltanen via bug 5144:stig1-12/+277
2009-11-27col_clear() not req'd before col_add_fstr();wmeier1-11/+2
2009-11-25Fix compilation problems.gerald1-4/+4
2009-11-24From Juha Siltanen :jake1-0/+526