aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sercosiii.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-11- Make local functions static.Anders Broman1-9/+11
2013-11-25Create/use two extended value-strings;Bill Meier1-105/+122
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+4
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-10/+10
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-6/+15
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-12/+12
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-32/+32
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-06-23Added missing $Id$Stig Bjørlykke1-0/+2
2011-06-07Move packet-sercosiii.c to be a builtin dissector.Anders Broman1-0/+1564