aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-01ipmi: use wmem instead of glib allocator.Dario Lombardo1-1/+1
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-4/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-12-01[IPMI] packet-scope isn't valid for use in BASE_CUSTOM functions.Michael Mann1-1/+3
2015-04-04Add proper "Decode As" mechanism for I2C messages instead of preference.Michael Mann1-0/+22
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-2/+4
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-23/+14
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-23/+8
2014-06-17check for correct ftypeMartin Kaiser1-2/+4
2014-06-17make dissect_ipmi_cmd() staticMartin Kaiser1-1/+2
2014-06-17Initialize rq_hdr.sessionEvan Huus1-0/+2
2014-06-16Have ipmi "dissectors" register through the build process instead of "manually"Michael Mann1-18/+5
2014-06-16Convert more time_to_str functions to wmemEvan Huus1-1/+1
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-06-15Fix warnings turning errors (also fixes buildbot)Joerg Mayer1-0/+6
2014-06-15packet-ipmi-se.c : proto_tree_add_text -> something filterable.Michael Mann1-3/+8
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn1-605/+987
2014-06-03packet-ipmi...: Various cleanups:Bill Meier1-0/+13
2014-04-19More name changes.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-2/+2
2013-12-14Fix warningsJakub Zawadzki1-4/+2
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