aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-se.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-362/+362
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-8/+8
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-4/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-18/+18
2020-04-25Introduce tfs_get_string helperJaap Keuter1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-5/+5
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-47/+30
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-8/+8
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-44/+44
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-6/+16
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-40/+16
2014-06-16Have ipmi "dissectors" register through the build process instead of "manually"Michael Mann1-1/+1
2014-06-16Use tfs_f1_3_override_state to avoid unused variable errorStig Bjørlykke1-2/+2
2014-06-15Fix warnings turning errors (also fixes buildbot)Joerg Mayer1-1/+1
2014-06-15packet-ipmi-se.c : proto_tree_add_text -> something filterable.Michael Mann1-589/+613
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn1-26/+29
2014-06-03packet-ipmi...: Various cleanups:Bill Meier1-38/+51
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-05-03Remove global packet_info* current_pinfoMichael Mann1-38/+38
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-26/+26
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-27/+27
2011-10-23Fix a few proto_tree_add_item() encoding args.Bill Meier1-1/+1
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-1/+1
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-71/+71
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-06-19 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-7/+5
2011-05-23Use correct subtree in several 'proto_tree_add_text(...)' statements: Fixes C...Bill Meier1-3/+3
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-22Fix for bug 3559:Jaap Keuter1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-207/+207
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-3/+3
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-11/+11
2008-12-02Trivial warning fixesJörg Mayer1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-08-06From Alexey Neyman :Anders Broman1-0/+3665