aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-chassis.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-03Remove global packet_info* current_pinfoMichael Mann1-12/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-4/+0
2011-12-22Use ENC_LITTLE_ENDIAN instead of TRUE as endian argument to proto_tree_add_bi...Chris Maynard1-21/+21
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-21/+21
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-99/+99
2008-08-06From Alexey Neyman :Anders Broman1-0/+1064