aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-flip.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Remove some #include (Found by iwyu)Alexis La Goutte1-2/+0
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-9/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-63/+57
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-15From Juha Siltanen :Sake Blok1-63/+91
2010-08-26From Juha Siltanen via bug 5144:Stig Bjørlykke1-12/+277
2009-11-27col_clear() not req'd before col_add_fstr();Bill Meier1-11/+2
2009-11-25Fix compilation problems.Gerald Combs1-4/+4
2009-11-24From Juha Siltanen :Jaap Keuter1-0/+526