aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-session.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-15/+15
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-3/+1
2023-06-14Use `register_dissector()` for more protocolsDavid Perry1-3/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-3/+3
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn1-4/+4
2014-06-03packet-ipmi...: Various cleanups:Bill Meier1-21/+34
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
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