aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-app.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-9/+9
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-69/+69
2014-06-16Have ipmi "dissectors" register through the build process instead of "manually"Michael Mann1-1/+3
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn1-32/+68
2014-06-03packet-ipmi...: Various cleanups:Bill Meier1-22/+35
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-1/+1
2014-03-06Ue TFS & VALS macros for certain 'fieldconvert' fields.Bill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-05-03Remove global packet_info* current_pinfoMichael Mann1-27/+27
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-3/+0
2011-12-22Use ENC_LITTLE_ENDIAN instead of TRUE as endian argument to proto_tree_add_bi...Chris Maynard1-36/+36
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-18/+18
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-131/+131
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-3/+3
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-2/+2
2008-08-06From Alexey Neyman :Anders Broman1-0/+1493