aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-session.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-12/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
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-2/+2
2012-08-01updated more display filters per checkfiltername.plMichael Mann1-13/+13
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-8/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-30Should be a "new-style" dissector because its caller expects it to be now, butChris Maynard1-2/+3
2010-10-30 It never rejects a packet, so it's not a "new-style" dissector.Bill Meier1-2/+1
2010-10-29Fixes bug 974 by adding RSP trailer. Also resolves packet-asp "FIXME" forChris Maynard1-1/+2
2010-01-13From Didier Gautheron:Anders Broman1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-12/+12
2009-01-28Minor changes mostly related to proto_register & proto_reg_handoff;Bill Meier1-10/+5
2008-08-06From Alexey Neyman :Anders Broman1-0/+333