aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-08-31Convert another 10 dissectors to wmem.Evan Huus1-14/+13
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-05-03Remove global packet_info* current_pinfoMichael Mann1-27/+24
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-18From beroset:Anders Broman1-11/+11
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-4/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-6/+6
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2010-07-26Fix potential infinite loop: for (guint8=0; guint8 < int; guint8++);Bill Meier1-2/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-15/+8
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2010-01-13From Didier Gautheron:Anders Broman1-4/+1
2009-12-10Show absolute times as UTC, as was done before.Guy Harris1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-1/+1
2009-12-10Use existing code to format relative and absolute times.Guy Harris1-13/+3
2009-12-10Fix Bug #4319: IPMI dissector crash (on Windows) displaying date/time;Bill Meier1-1/+1
2009-11-09Put type/length elements in correct subtree.Stig Bjørlykke1-2/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-18/+18
2009-04-08More ethereal --> wiresharkBill Meier1-1/+1
2008-08-07Put back the Intel URL for the IPMI specs.Guy Harris1-0/+6
2008-08-07Activate the IPMI changesAnders Broman1-5676/+1164
2007-10-27From Stephane Chazelas:Anders Broman1-7/+7
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"Jeff Morriss1-256/+256
2007-06-25From Flavio Leitner:Anders Broman1-5/+157
2007-03-27from Peter Johansson:Ulf Lamping1-2/+1
2007-02-19Continuing the tradition: squelch some compiler warnings ....Bill Meier1-1/+1
2006-12-29Give dissect_cmd_Get_Channel_Auth_Capabilities() a return type (itGuy Harris1-1/+2
2006-12-12Dissect Get Channel Authentication Capabilities Command.Anders Broman1-7/+232
2006-12-11Add #defines for the authentication types, and use them.Guy Harris1-25/+31
2006-12-10Applied the patch http://www.wireshark.org/lists/wireshark-dev/200606/msg0181...Anders Broman1-93/+328
2006-06-09fix for bug 766Ronnie Sahlberg1-0/+13
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-08Consolidate duration decoding and presentationJaap Keuter1-18/+12
2006-02-28Fix for bug 762: implementing Off/On duration presentation in 10ms unitsJaap Keuter1-11/+26
2006-02-23Fix bug 765. ARMBER -> AMBERJaap Keuter1-6/+6
2006-02-23Fix for bug 762. Decode either LED function or off duration.Jaap Keuter1-5/+41
2006-01-05Fix for http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=656Jörg Mayer1-1/+7
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-30/+30
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-39/+25
2004-12-08Fix the following:Jörg Mayer1-1/+1
2004-11-24Fix some typoes.Guy Harris1-15/+15