aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-i2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-8/+8
2023-06-14Use `register_dissector()` for more protocolsDavid Perry1-7/+8
2023-06-08Don't have every dissector include wtap.hJohn Thacker1-1/+0
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-07-13prefs_register_protocol_obsolete protocols with only obsolete prefsChuck Craft1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-1/+1
2019-03-23Clean up IPMB/I2C link-layer header types.Guy Harris1-11/+61
2018-02-13Fix the "pointer to function that generates a label" values.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-6/+2
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-12/+1
2017-02-02Make some more protocols into pinos.Michael Mann1-4/+4
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-1/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-2/+9
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-3/+3
2015-12-14Create capture dissector tables.Michael Mann1-3/+4
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-4/+5
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-04-04Add proper "Decode As" mechanism for I2C messages instead of preference.Michael Mann1-48/+32
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-04use the same data types as in i2c_phdrMartin Kaiser1-2/+4
2014-12-04simplify dissect_i2c()Martin Kaiser1-39/+27
2014-12-04dont't manually throw a ReportedBoundsError if the packet is emptyMartin Kaiser1-7/+2
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-4/+17
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-02dissector for HDMI (High-Definition Multimedia Interface)Martin Kaiser1-5/+5
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-26/+18
2013-04-14Update some of the old FSF addresses caught by the new licensecheck buildbotEvan Huus1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-02-24From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6838Alexis La Goutte1-2/+8
2012-02-03From Martin Kaiser.. FIX subdissector selectionSake Blok1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2009-04-08More ethereal --> wiresharkBill Meier1-2/+2
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-10/+6
2008-08-12From Alexey Neyman:Anders Broman1-0/+306