aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-4/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-04-04Add proper "Decode As" mechanism for I2C messages instead of preference.Michael Mann1-16/+5
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-9/+12
2014-08-05Various minor dissector fixes/changesBill Meier1-12/+9
2014-07-09HDMI: remove useless includePascal Quantin1-1/+0
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann1-4/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+1
2014-03-17Try to fix trivial varningsAndersBroman1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2014-02-02dissector for HDMI (High-Definition Multimedia Interface)Martin Kaiser1-0/+303