aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-trace.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-24IPMI: do not use col_set_str with non const stringsPascal Quantin1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-07-06Change display filters to prefix with ipmi.traceMichael Mann1-17/+17
2014-07-01Remove executable bit, from not executable files.Jakub Zawadzki1-0/+0
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn1-0/+479