aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-transport.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Add dissector for "Bad Password Threshold" IPMI LAN configuration parameter.Dmitry Bazhenov1-2/+635
2015-02-26Fix a couple of bugs in IPMI dissector:Dmitry Bazhenov1-2/+2
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-37/+37
2014-08-16Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+2
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-28/+45
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-16Have ipmi "dissectors" register through the build process instead of "manually"Michael Mann1-1/+1
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn1-38/+36
2014-06-03packet-ipmi...: Various cleanups:Bill Meier1-54/+67
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-05-03Remove global packet_info* current_pinfoMichael Mann1-25/+25
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
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-4/+4
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-96/+96
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-6/+6
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-20/+20
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-12/+12
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-61/+61
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-12/+12
2009-08-28Fix if test in fcn rs11():Bill Meier1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-284/+284
2009-04-07Use some default true_false_string's.Bill Meier1-42/+38
2008-08-06From Alexey Neyman :Anders Broman1-0/+3197