aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-26Fix potential infinite loop: for (guint8=0; guint8 < int; guint8++);wmeier1-2/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-15/+8
2010-02-28Added svn:ignore targets.stig1-1/+1
2010-01-13From Didier Gautheron:etxrab1-4/+1
2009-12-10Show absolute times as UTC, as was done before.guy1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-1/+1
2009-12-10Use existing code to format relative and absolute times.guy1-13/+3
2009-12-10Fix Bug #4319: IPMI dissector crash (on Windows) displaying date/time;wmeier1-1/+1
2009-11-09Put type/length elements in correct subtree.stig1-2/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-18/+18
2009-04-08More ethereal --> wiresharkwmeier1-1/+1
2008-08-07Put back the Intel URL for the IPMI specs.guy1-0/+6
2008-08-07Activate the IPMI changesetxrab1-5676/+1164
2007-10-27From Stephane Chazelas:etxrab1-7/+7
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"morriss1-256/+256
2007-06-25From Flavio Leitner:etxrab1-5/+157
2007-03-27from Peter Johansson:ulfl1-2/+1
2007-02-19Continuing the tradition: squelch some compiler warnings ....wmeier1-1/+1
2006-12-29Give dissect_cmd_Get_Channel_Auth_Capabilities() a return type (itguy1-1/+2
2006-12-12Dissect Get Channel Authentication Capabilities Command.etxrab1-7/+232
2006-12-11Add #defines for the authentication types, and use them.guy1-25/+31
2006-12-10Applied the patch http://www.wireshark.org/lists/wireshark-dev/200606/msg0181...etxrab1-93/+328
2006-06-09fix for bug 766sahlberg1-0/+13
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-08Consolidate duration decoding and presentationjake1-18/+12
2006-02-28Fix for bug 762: implementing Off/On duration presentation in 10ms unitsjake1-11/+26
2006-02-23Fix bug 765. ARMBER -> AMBERjake1-6/+6
2006-02-23Fix for bug 762. Decode either LED function or off duration.jake1-5/+41
2006-01-05Fix for http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=656jmayer1-1/+7
2005-08-02Fix more "no previous declaration" warningsjmayer1-30/+30
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-39/+25
2004-12-08Fix the following:jmayer1-1/+1
2004-11-24Fix some typoes.guy1-15/+15
2004-11-24From Lane Hu: add support for more IPMI commands.guy1-11/+4684
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+656